/external/capstone/bindings/ocaml/ |
ocaml.c | 43 unsigned int lcount, i; local 52 lcount = insn[j-1].size; 53 if (lcount) { 54 array = caml_alloc(lcount, 0); 55 for (i = 0; i < lcount; i++) { 67 lcount = (insn[j-1]).detail->regs_read_count; 68 if (lcount) { 69 array = caml_alloc(lcount, 0); 70 for (i = 0; i < lcount; i++) { 80 lcount = (insn[j-1]).detail->regs_write_count [all...] |
/device/linaro/bootloader/arm-trusted-firmware/common/ |
tf_printf.c | 18 #define get_num_va_args(args, lcount) \ 19 (((lcount) > 1) ? va_arg(args, long long int) : \ 20 ((lcount) ? va_arg(args, long int) : va_arg(args, int))) 22 #define get_unum_va_args(args, lcount) \ 23 (((lcount) > 1) ? va_arg(args, unsigned long long int) : \ 24 ((lcount) ? va_arg(args, unsigned long int) : va_arg(args, unsigned int)))
|
/external/toybox/toys/posix/ |
nl.c | 40 long lcount; 60 if (*line == '\n') match = TT.l && ++TT.lcount >= TT.l; 62 TT.lcount = 0;
|
grep.c | 80 static void outline(char *line, char dash, char *name, long lcount, long bcount, 84 if (!line || (lcount && (toys.optflags&FLAG_n))) 85 printf("%ld%c", lcount, line ? dash : TT.outdelim); 95 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; local 114 lcount++; 221 outline(dl->data, '-', name, lcount-before, 0, -1); 227 outline(line, ':', name, lcount, bcount, -1); 229 } else outline(start+matches.rm_so, ':', name, lcount, bcount, 243 outline(line, '-', name, lcount, 0, -1);
|
/external/strace/linux/xtensa/ |
userent.h | 85 { REG_LCOUNT, "lcount" },
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/ |
OpenWnnDictionaryImplJni.c | 792 NJ_UINT16 lcount = 0, rcount = 0; local 799 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount ); 801 if( leftPartOfSpeech < 1 || leftPartOfSpeech > lcount ) { 826 NJ_UINT16 lcount = 0, rcount = 0; local 833 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount ); 1059 NJ_UINT16 lcount = 0, rcount = 0; local 1132 NJ_UINT16 lcount = 0, rcount = 0; local 1159 NJ_UINT16 lcount = 0, rcount = 0; local [all...] |
/external/harfbuzz_ng/src/hb-ucdn/ |
ucdn.c | 53 #define LCOUNT 19 170 } else if (a >= LBASE && a < (LBASE + LCOUNT) && b >= VBASE && b < (VBASE + VCOUNT)) {
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-hangul.cc | 101 #define LCount 19u 106 #define SCount (LCount * NCount) 108 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1))
|
/external/ImageMagick/coders/ |
xtrn.c | 372 long lBoundl, lBoundu, lCount; 381 lCount = lBoundu - lBoundl + 1; 387 NewArrayBounds[0].cElements = (unsigned long) (length+lCount); /* # Elemente */ 394 (void) memcpy(pReturnBuffer+lCount,(unsigned char *) data,length);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
celib.h | 114 HRESULT ceTranslatePeriodUnits(WCHAR const *pwszPeriod,LONG lCount,enum ENUM_PERIOD *penumPeriod,LONG *plCount);
|
control.h | [all...] |
tapi3if.h | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
NormalizerBuilder.java | 253 LCount = 19, VCount = 21, TCount = 28, 255 SCount = LCount * NCount; // 11172
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
NormalizerBuilder.java | 252 LCount = 19, VCount = 21, TCount = 28, 254 SCount = LCount * NCount; // 11172
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
unicodedata.c | 490 #define LCount 19
494 #define SCount (LCount*NCount)
665 if (LBase <= *i && *i < (LBase+LCount) &&
1025 find_syllable(pos, &len, &L, LCount, 0);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
unicodedata.c | 490 #define LCount 19
494 #define SCount (LCount*NCount)
658 if (LBase <= *i && *i < (LBase+LCount) &&
1018 find_syllable(pos, &len, &L, LCount, 0);
[all...] |
/external/python/cpython2/Modules/ |
unicodedata.c | 490 #define LCount 19 494 #define SCount (LCount*NCount) 665 if (LBase <= *i && *i < (LBase+LCount) && 1025 find_syllable(pos, &len, &L, LCount, 0); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImpl.java | 782 int lcount, i; local 786 lcount = OpenWnnDictionaryImplJni.getNumberOfLeftPOS( this.mWnnWork ); 787 result = new byte[ lcount + 1 ][ ]; 790 for( i = 0 ; i < lcount + 1 ; i++ ) { [all...] |
/external/iputils/Modules/ |
pg3.c | 348 int pc, lcount; local 362 lcount = pg_count; 387 if (--lcount == 0) {
|
/toolchain/binutils/binutils-2.27/gas/config/ |
xtensa-relax.c | 321 "rsr.lcount %as;" /* LCOUNT */ 334 "rsr.lcount %as;" /* LCOUNT */ 346 "rsr.lcount %as;" /* LCOUNT */ [all...] |
/external/python/cpython3/Modules/ |
unicodedata.c | 479 #define LCount 19 483 #define SCount (LCount*NCount) 681 if (LBase <= code && code < (LBase+LCount) && [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
RoundTripTest.java | 165 LCount = 19, VCount = 21, TCount = 28, 167 SCount = LCount * NCount, // 11172 168 LLimit = LBase + LCount, // 1113 [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
RoundTripTest.java | 162 LCount = 19, VCount = 21, TCount = 28, 164 SCount = LCount * NCount, // 11172 165 LLimit = LBase + LCount, // 1113 [all...] |
/external/toybox/generated/ |
globals.h | 1198 long lcount; member in struct:nl_data
|
/external/guice/lib/build/jdiff/ |
xerces.jar | |