Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/aosp12/art/compiler/utils/
H A Dassembler_thumb_test_expected.cc.inc4 " 8: 85 b0 sub sp, #20\n"
5 " a: 00 90 str r0, [sp]\n"
10 " 16: 88 b0 sub sp, #32\n"
45 " 8e: f0 47 blx lr\n"
56 " b4: 18 bf it ne\n"
60 " c2: 0c bf ite eq\n"
65 " d0: 18 bf it ne\n"
69 " de: 0c bf ite eq\n"
73 " e8: 0c bf ite eq\n"
77 " f4: 18 bf it ne\n"
[all …]
/aosp12/build/blueprint/
H A Dninja_writer.go334 _, n.err = n.writer.WriteString(s)
335 } else if n.lineLen+len(s)+spaceLen > n.maxLineLen {
339 _, n.err = n.writer.WriteString(" $\n")
347 n.lineLen = indentWidth*2 + n.pendingLen
349 n.pending = append(n.pending, s)
356 n.pending = append(n.pending, s)
372 _, n.err = n.writer.WriteString(" ")
385 _, n.err = n.writer.WriteString(pending)
392 n.pending = n.pending[:0]
398 n.Space()
[all …]
/aosp12/frameworks/base/errorprone/refaster/
H A DEfficientXml.java43 XmlUtils.writeIntAttribute(out, n, v); in beforeUtils()
53 out.attributeInt(null, n, v); in after()
70 out.attributeIntHex(null, n, v); in after()
92 return in.getAttributeInt(null, n); in after()
143 out.attributeLong(null, n, v); in after()
160 out.attributeLongHex(null, n, v); in after()
228 out.attributeFloat(null, n, v); in after()
262 out.attributeDouble(null, n, v); in after()
291 out.attributeBoolean(null, n, v); in after()
298 out.attribute(null, n, "true"); in before()
[all …]
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwctoint.h36 int n; in wctoint() local
39 case L'0': n = 0; break; in wctoint()
40 case L'1': n = 1; break; in wctoint()
41 case L'2': n = 2; break; in wctoint()
42 case L'3': n = 3; break; in wctoint()
43 case L'4': n = 4; break; in wctoint()
44 case L'5': n = 5; break; in wctoint()
45 case L'6': n = 6; break; in wctoint()
46 case L'7': n = 7; break; in wctoint()
47 case L'8': n = 8; break; in wctoint()
[all …]
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
H A Domr1.txt8 Application n/a n/a n/a n/a n/a n/a …
11 Driver 74.51 - 544.97 n/a n/a n/a …
15 * This total ignores missing (n/a) values and thus is not necessarily consistent with the rest of t…
23 Application n/a n/a n/a n/a n/a n/a …
26 Driver - - 522.53 n/a n/a n/a …
38 Application n/a n/a n/a n/a n/a n/a …
41 Driver - - 544.36 n/a n/a n/a …
53 Application n/a n/a n/a n/a n/a n/a …
56 Driver - - 669.45 n/a n/a n/a …
68 Application n/a n/a n/a n/a n/a n/a …
[all …]
/aosp12/frameworks/base/core/java/android/hardware/
H A DGeomagneticField.java202 for (int n = 1; n < MAX_N; n++) { in GeomagneticField()
367 for (int n = 1; n <= maxN; n++) { in LegendreTable()
368 mP[n] = new float[n + 1]; in LegendreTable()
369 mPDeriv[n] = new float[n + 1]; in LegendreTable()
375 } else if (n == 1 || m == n - 1) { in LegendreTable()
376 mP[n][m] = cos * mP[n - 1][m]; in LegendreTable()
380 assert n > 1 && m < n - 1; in LegendreTable()
383 mP[n][m] = cos * mP[n - 1][m] - k * mP[n - 2][m]; in LegendreTable()
400 for (int n = 1; n <= maxN; n++) {
401 schmidtQuasiNorm[n] = new float[n + 1];
[all …]
/aosp12/bionic/libc/arch-arm/bionic/
H A D__aeabi.c63 memcpy(dest, src, n); in __aeabi_memcpy8_impl()
67 memcpy(dest, src, n); in __aeabi_memcpy4_impl()
71 memcpy(dest, src, n); in __aeabi_memcpy_impl()
75 memcpy(dest, src, n); in __aeabi_memcpy8_impl2()
79 memcpy(dest, src, n); in __aeabi_memcpy4_impl2()
117 memset(dest, c, n); in __aeabi_memset8_impl()
121 memset(dest, c, n); in __aeabi_memset4_impl()
125 memset(dest, c, n); in __aeabi_memset_impl()
129 memset(dest, c, n); in __aeabi_memset8_impl2()
133 memset(dest, c, n); in __aeabi_memset4_impl2()
[all …]
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Drate_control.cpp62 for (n = 0; n < numLayers; n++) in RC_Initialize()
98 …rc[n]->TMN_TH = (Int)((float)(LayerBitRate[n] - LayerBitRate[n-1]) / (LayerFrameRate[n] - LayerFra… in RC_Initialize()
107 rc[n]->bitrate = LayerBitRate[n] - LayerBitRate[n-1]; in RC_Initialize()
108 rc[n]->framerate = LayerFrameRate[n] - LayerFrameRate[n-1]; in RC_Initialize()
116 …pMP[n]->counter_BTsrc = (Int)((rc[n]->Bs / 2.0 - rc[n]->Bs / 3.0) / (rc[n]->bitrate / rc[n]->frame… in RC_Initialize()
117 …rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framer… in RC_Initialize()
435 for (n = 0; n < numLayers; n++) in RC_UpdateBXRCParams()
448 rc[n]->bitrate = pMP[n]->bitrate = LayerBitRate[n]; in RC_UpdateBXRCParams()
466 …rc[n]->TMN_TH = (Int)((float)(LayerBitRate[n] - LayerBitRate[n-1]) / (LayerFrameRate[n] - LayerFra… in RC_UpdateBXRCParams()
475 rc[n]->bitrate = pMP[n]->bitrate = LayerBitRate[n] - LayerBitRate[n-1]; in RC_UpdateBXRCParams()
[all …]
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Drgba_inverse_tonemap.inl21 …tension GL_OES_EGL_image_external_essl3 : require \n"
22 …cision highp float; \n"
23 …cision highp sampler2D; \n"
24 …out(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 …out(binding = 1) uniform sampler3D tonemapper; \n"
26 …out(binding = 2) uniform sampler2D xform; \n"
27 …out(location = 3) uniform vec2 tSO; \n"
28 … defined(USE_NONUNIFORM_SAMPLING) \n"
29 …out(location = 4) uniform vec2 xSO; \n"
30 …dif \n"
[all …]
H A Dforward_tonemap.inl21 "#extension GL_OES_EGL_image_external_essl3 : require \n"
22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
24 "layout(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 "layout(binding = 1) uniform sampler3D tonemapper; \n"
26 "layout(binding = 2) uniform sampler2D xform; \n"
27 "layout(location = 3) uniform vec2 tSO; \n"
28 "#ifdef USE_NONUNIFORM_SAMPLING \n"
29 "layout(location = 4) uniform vec2 xSO; \n"
30 "#endif \n"
[all …]
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Drgba_inverse_tonemap.inl21 …tension GL_OES_EGL_image_external_essl3 : require \n"
22 …cision highp float; \n"
23 …cision highp sampler2D; \n"
24 …out(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 …out(binding = 1) uniform sampler3D tonemapper; \n"
26 …out(binding = 2) uniform sampler2D xform; \n"
27 …out(location = 3) uniform vec2 tSO; \n"
28 … defined(USE_NONUNIFORM_SAMPLING) \n"
29 …out(location = 4) uniform vec2 xSO; \n"
30 …dif \n"
[all …]
H A Dforward_tonemap.inl21 "#extension GL_OES_EGL_image_external_essl3 : require \n"
22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
24 "layout(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 "layout(binding = 1) uniform sampler3D tonemapper; \n"
26 "layout(binding = 2) uniform sampler2D xform; \n"
27 "layout(location = 3) uniform vec2 tSO; \n"
28 "#ifdef USE_NONUNIFORM_SAMPLING \n"
29 "layout(location = 4) uniform vec2 xSO; \n"
30 "#endif \n"
[all …]
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A Drgba_inverse_tonemap.inl21 …tension GL_OES_EGL_image_external_essl3 : require \n"
22 …cision highp float; \n"
23 …cision highp sampler2D; \n"
24 …out(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 …out(binding = 1) uniform sampler3D tonemapper; \n"
26 …out(binding = 2) uniform sampler2D xform; \n"
27 …out(location = 3) uniform vec2 tSO; \n"
28 … defined(USE_NONUNIFORM_SAMPLING) \n"
29 …out(location = 4) uniform vec2 xSO; \n"
30 …dif \n"
[all …]
H A Dforward_tonemap.inl21 "#extension GL_OES_EGL_image_external_essl3 : require \n"
22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
24 "layout(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 "layout(binding = 1) uniform sampler3D tonemapper; \n"
26 "layout(binding = 2) uniform sampler2D xform; \n"
27 "layout(location = 3) uniform vec2 tSO; \n"
28 "#ifdef USE_NONUNIFORM_SAMPLING \n"
29 "layout(location = 4) uniform vec2 xSO; \n"
30 "#endif \n"
[all …]
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A Drgba_inverse_tonemap.inl21 …tension GL_OES_EGL_image_external_essl3 : require \n"
22 …cision highp float; \n"
23 …cision highp sampler2D; \n"
24 …out(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 …out(binding = 1) uniform sampler3D tonemapper; \n"
26 …out(binding = 2) uniform sampler2D xform; \n"
27 …out(location = 3) uniform vec2 tSO; \n"
28 … defined(USE_NONUNIFORM_SAMPLING) \n"
29 …out(location = 4) uniform vec2 xSO; \n"
30 …dif \n"
[all …]
H A Dforward_tonemap.inl21 "#extension GL_OES_EGL_image_external_essl3 : require \n"
22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
24 "layout(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 "layout(binding = 1) uniform sampler3D tonemapper; \n"
26 "layout(binding = 2) uniform sampler2D xform; \n"
27 "layout(location = 3) uniform vec2 tSO; \n"
28 "#ifdef USE_NONUNIFORM_SAMPLING \n"
29 "layout(location = 4) uniform vec2 xSO; \n"
30 "#endif \n"
[all …]
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A Drgba_inverse_tonemap.inl21 …tension GL_OES_EGL_image_external_essl3 : require \n"
22 …cision highp float; \n"
23 …cision highp sampler2D; \n"
24 …out(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 …out(binding = 1) uniform sampler3D tonemapper; \n"
26 …out(binding = 2) uniform sampler2D xform; \n"
27 …out(location = 3) uniform vec2 tSO; \n"
28 … defined(USE_NONUNIFORM_SAMPLING) \n"
29 …out(location = 4) uniform vec2 xSO; \n"
30 …dif \n"
[all …]
H A Dforward_tonemap.inl21 "#extension GL_OES_EGL_image_external_essl3 : require \n"
22 "precision highp float; \n"
23 "precision highp sampler2D; \n"
24 "layout(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 "layout(binding = 1) uniform sampler3D tonemapper; \n"
26 "layout(binding = 2) uniform sampler2D xform; \n"
27 "layout(location = 3) uniform vec2 tSO; \n"
28 "#ifdef USE_NONUNIFORM_SAMPLING \n"
29 "layout(location = 4) uniform vec2 xSO; \n"
30 "#endif \n"
[all …]
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A Drgba_inverse_tonemap.inl21 …tension GL_OES_EGL_image_external_essl3 : require \n"
22 …cision highp float; \n"
23 …cision highp sampler2D; \n"
24 …out(binding = 0) uniform samplerExternalOES externalTexture; \n"
25 …out(binding = 1) uniform sampler3D tonemapper; \n"
26 …out(binding = 2) uniform sampler2D xform; \n"
27 …out(location = 3) uniform vec2 tSO; \n"
28 … defined(USE_NONUNIFORM_SAMPLING) \n"
29 …out(location = 4) uniform vec2 xSO; \n"
30 …dif \n"
[all …]
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrstr.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr()
40 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr()
49 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr()
75 BITOP(byteset, n[l], |=), shift[n[l]] = l+1; in twoway_strstr()
81 if (n[ip+k] == n[jp+k]) { in twoway_strstr()
86 } else if (n[ip+k] > n[jp+k]) { in twoway_strstr()
101 if (n[ip+k] == n[jp+k]) { in twoway_strstr()
106 } else if (n[ip+k] < n[jp+k]) { in twoway_strstr()
119 if (memcmp(n, n+p, ms+1)) { in twoway_strstr()
157 for (k=MAX(ms+1,mem); n[k] && n[k] == h[k]; k++); in twoway_strstr()
[all …]
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/
H A Diso7816_t1.c72 if (n > 0) { in t1_recv_window_append()
117 buf[n] = lrc8(buf, n); in do_chk()
128 return n; in do_chk()
139 match = (buf[n] == lrc8(buf, n)); in chk_is_good()
144 match = (crc == (buf[n + 1] | (buf[n] << 8))); in chk_is_good()
161 if (n <= 0) in write_iblock()
291 int n = 0; in parse_request() local
347 return n; in parse_request()
448 int n; in read_block() local
467 return n; in read_block()
[all …]
/aosp12/system/core/libutils/include/utils/
H A DBitSet.h67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit()
72 inline void markBit(uint32_t n) { markBit(value, n); } in markBit()
77 inline void clearBit(uint32_t n) { clearBit(value, n); } in clearBit()
106 return n; in clearFirstMarkedBit()
116 return n; in markFirstUnmarkedBit()
126 return n; in clearLastMarkedBit()
216 inline void markBit(uint32_t n) { markBit(value, n); } in markBit()
221 inline void clearBit(uint32_t n) { clearBit(value, n); } in clearBit()
256 return n; in clearFirstMarkedBit()
266 return n; in markFirstUnmarkedBit()
[all …]
/aosp12/hardware/interfaces/confirmationui/support/src/
H A DConfirmationUITranslations.c1080 for (int n = 0; haystack[n] != NULL; n++) { in ConfirmationUITranslations_find_str() local
1082 return n; in ConfirmationUITranslations_find_str()
1094 size_t n; in ConfirmationUITranslations_lang_id_match() local
1102 for (n = 0; lang_id[n] != '\0' && n < MAX_LANG_ID_SIZE; n++) { in ConfirmationUITranslations_lang_id_match()
1103 lang_id_buf[n] = lang_id[n]; in ConfirmationUITranslations_lang_id_match()
1107 while (n >= 1) { in ConfirmationUITranslations_lang_id_match()
1109 while (n >= 1 && lang_id_buf[n - 1] != '-') { in ConfirmationUITranslations_lang_id_match()
1110 n--; in ConfirmationUITranslations_lang_id_match()
1112 if (n < 1) { in ConfirmationUITranslations_lang_id_match()
1116 n--; in ConfirmationUITranslations_lang_id_match()
[all …]
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c135 for (n = 0; n < mixer->count; n++) { in mixer_close()
193 for (n = 0; n < mixer->count; n++) { in mixer_open()
236 for (n = 0; n < mixer->count; n++) { in mixer_dump()
288 for (n = 0; n < mixer->count; n++) { in mixer_get_control()
422 for (n = 0; n < ctl->info->count; n++) in mixer_ctl_get()
427 for (n = 0; n < ctl->info->count; n++) in mixer_ctl_get()
433 for (n = 0; n < ctl->info->count; n++) in mixer_ctl_get()
496 for (n = 0; n < ctl->info->count; n++) in mixer_ctl_mulvalues()
569 for (n = 0; n < ctl->info->count; n++) in mixer_ctl_set()
578 for (n = 0; n < ctl->info->count; n++) in mixer_ctl_set()
[all …]
/aosp12/art/test/618-checker-induction/src/
H A DMain.java42 for (int i = 0; i < n; i++) { in deadSingleLoopN()
105 for (int i = 0; i < n; i++) { in deadConditional()
487 for (i = 0; i < n; i++); in mainIndexReturnedN()
871 for (int n = -4; n < 10; n++) { in main()
872 int tc = (n <= 0) ? 0 : n; in main()
877 expectEquals(tc * (tc + 1), closedFormNestedMN(n, n + 1)); in main()
878 expectEquals(12345 + tc * (tc + 1) * 7, closedFormNestedMNAlt(n, n + 1)); in main()
886 for (int n = -4; n < 4; n++) { in main()
887 int tc = (n <= 0) ? 0 : n; in main()
904 for (int n = -4; n < 10; n++) { in main()
[all …]

12345678910>>...66