HomeSort by relevance Sort by last modified time
    Searched defs:lc (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
locale_h.pass.cpp 45 lconv lc; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
clocale.pass.cpp 45 std::lconv lc; local
  /external/clang/test/Headers/
tgmath.c 12 long double complex lc; variable
22 _Static_assert(sizeof(creal(lc)) == sizeof(l), "");
32 _Static_assert(sizeof(fabs(lc)) == sizeof(l), "");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context; local
58 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc);
61 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
67 elem_types[LP_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(lc);
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
71 texture_type = LLVMStructTypeInContext(lc, elem_types,
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
126 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc);
128 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc);
    [all...]
  /external/libmtp/src/
util.c 75 uint32_t ln, lc; local
79 lc = 0;
87 fprintf(f, "%02x", bp[16*lc+i]);
97 unsigned char ch= bp[16*lc+i];
103 lc++;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context; local
58 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc);
61 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
67 elem_types[LP_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(lc);
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
71 texture_type = LLVMStructTypeInContext(lc, elem_types,
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
126 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc);
128 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkSocketTest.java 38 LinkCapabilities lc; local
40 lc = new LinkCapabilities();
41 assertEquals(0, lc.size());
42 assertEquals(true, lc.isEmpty());
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
LanguageCallbackTest.java 36 LanguageCallback lc; field in class:LanguageCallbackTest
42 lc = new LanguageCallback();
44 lc.setLocale(locale);
45 assertEquals("US", lc.getLocale().getCountry());
52 lc = new LanguageCallback();
53 assertNull(lc.getLocale());
55 lc.setLocale(null);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
LanguageCallbackTest.java 39 LanguageCallback lc = new LanguageCallback(); local
40 lc.setLocale(Locale.UK);
41 return new Object[] { lc };
  /external/chromium_org/third_party/skia/src/core/
SkTSearch.cpp 68 return SkStrSearch(base, count, tolc.lc(), len, elemSize);
87 // assign lc to our preallocated storage if len is small enough, or allocate
89 char* lc; local
91 lc = fStorage;
93 lc = (char*)sk_malloc_throw(len + 1);
95 fLC = lc;
104 lc[i] = c;
106 lc[len] = 0;
  /external/skia/src/core/
SkTSearch.cpp 68 return SkStrSearch(base, count, tolc.lc(), len, elemSize);
87 // assign lc to our preallocated storage if len is small enough, or allocate
89 char* lc; local
91 lc = fStorage;
93 lc = (char*)sk_malloc_throw(len + 1);
95 fLC = lc;
104 lc[i] = c;
106 lc[len] = 0;
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.h 21 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
LzmaDec.h 30 unsigned lc, lp, pb; member in struct:_CLzmaProps
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.h 22 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
LzmaDec.h 31 unsigned lc, lp, pb; member in struct:_CLzmaProps
  /external/chromium_org/third_party/skia/include/core/
SkTSearch.h 131 const char* lc() const { return fLC; } function in class:SkAutoAsciiToLC
  /external/lzma/C/
LzmaEnc.h 21 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
LzmaDec.h 30 unsigned lc, lp, pb; member in struct:_CLzmaProps
  /external/skia/include/core/
SkTSearch.h 131 const char* lc() const { return fLC; } function in class:SkAutoAsciiToLC
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_double.pass.cpp 49 std::locale lc = std::locale::classic(); local
50 std::locale lg(lc, new my_numpunct);
65 ios.imbue(lc);
136 ios.imbue(lc);
210 ios.imbue(lc);
281 ios.imbue(lc);
358 ios.imbue(lc);
429 ios.imbue(lc);
503 ios.imbue(lc);
574 ios.imbue(lc);
3010 std::locale lc = std::locale::classic(); local
5971 std::locale lc = std::locale::classic(); local
8933 std::locale lc = std::locale::classic(); local
10721 std::locale lc = std::locale::classic(); local
12511 std::locale lc = std::locale::classic(); local
14301 std::locale lc = std::locale::classic(); local
16091 std::locale lc = std::locale::classic(); local
    [all...]
put_long_double.pass.cpp 49 std::locale lc = std::locale::classic(); local
50 std::locale lg(lc, new my_numpunct);
65 ios.imbue(lc);
136 ios.imbue(lc);
210 ios.imbue(lc);
281 ios.imbue(lc);
358 ios.imbue(lc);
429 ios.imbue(lc);
503 ios.imbue(lc);
574 ios.imbue(lc);
3010 std::locale lc = std::locale::classic(); local
5971 std::locale lc = std::locale::classic(); local
8932 std::locale lc = std::locale::classic(); local
10719 std::locale lc = std::locale::classic(); local
11332 std::locale lc = std::locale::classic(); local
14294 std::locale lc = std::locale::classic(); local
17256 std::locale lc = std::locale::classic(); local
19044 std::locale lc = std::locale::classic(); local
20834 std::locale lc = std::locale::classic(); local
22624 std::locale lc = std::locale::classic(); local
24414 std::locale lc = std::locale::classic(); local
26220 std::locale lc = std::locale::classic(); local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssltrace.c 150 unsigned lc = LEN(bp+7); local
159 PrintBuf(ss, "challenge", bp+9+lcs+ls, lc);
184 unsigned lc = LEN(bp+5); local
194 PrintBuf(ss, "certificate", bp+11, lc);
195 PrintBuf(ss, "cipher-specs", bp+11+lc, lcs);
196 PrintBuf(ss, "connection-id", bp+11+lc+lcs, lci);
214 unsigned lc = LEN(bp+2); local
218 PrintBuf(ss, "certificate", bp+6, lc);
219 PrintBuf(ss, "response", bp+6+lc, lr);
  /sdk/emulator/opengl/host/tools/emugen/
TypeFactory.cpp 77 int lc = 0; local
79 lc++;
88 fprintf(stderr, "Error: %d : missing type name\n", lc);
95 fprintf(stderr, "Error: %d : missing type width\n", lc);
102 fprintf(stderr, "Error: %d : missing print-string\n", lc);
110 fprintf(stderr, "Error: %d : missing ispointer definition\n", lc);
121 fprintf(stderr, "Error: %d : invalid isPointer definition, must be either \"true\" or \"false\"\n", lc);
127 fprintf(stderr, "Error: %d : unknown var width: %d\n", lc, atoi(size.c_str()));
134 lc, name.c_str(), lc);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 447 LLVMContextRef lc = bld->gallivm->context; local
458 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), "");
481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length);
506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4);
510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2);
520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mul.c 763 BN_ULONG ll,lc,*lp,*mp; local
901 lc=c1;
903 ll=(r[i]+lc)&BN_MASK2;
905 lc=(lc > ll);
906 } while (lc);
910 lc= -c1;
913 r[i++]=(ll-lc)&BN_MASK2;
914 lc=(lc > ll)
    [all...]

Completed in 1090 milliseconds

1 2 3 4 5