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

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/depr/depr.c.headers/
locale_h.pass.cpp 45 lconv lc; ((void)lc); local
  /external/libcxx/test/std/localization/c.locales/
clocale.pass.cpp 49 std::lconv lc; local
  /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/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...]
  /external/libnl/tests/
test-cache-mngr.c 32 struct nl_cache *lc, *nc, *ac, *rc; local
44 if ((err = nl_cache_mngr_add(mngr, "route/link", &change_cb, &lc)) < 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/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 78 const char* lc = current_load_cmd_addr_; local
79 current_load_cmd_addr_ += ((const load_command *)lc)->cmdsize;
80 if (((const load_command *)lc)->cmd == kLCSegment) {
82 const SegmentCommand* sc = (const SegmentCommand *)lc;
  /external/libcxx/test/std/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 54 std::locale lc = std::locale::classic(); local
55 std::locale lg(lc, new my_numpunct);
70 ios.imbue(lc);
141 ios.imbue(lc);
215 ios.imbue(lc);
286 ios.imbue(lc);
363 ios.imbue(lc);
434 ios.imbue(lc);
508 ios.imbue(lc);
579 ios.imbue(lc);
3015 std::locale lc = std::locale::classic(); local
5976 std::locale lc = std::locale::classic(); local
8937 std::locale lc = std::locale::classic(); local
10724 std::locale lc = std::locale::classic(); local
11337 std::locale lc = std::locale::classic(); local
14299 std::locale lc = std::locale::classic(); local
17261 std::locale lc = std::locale::classic(); local
19049 std::locale lc = std::locale::classic(); local
20839 std::locale lc = std::locale::classic(); local
22629 std::locale lc = std::locale::classic(); local
24419 std::locale lc = std::locale::classic(); local
26225 std::locale lc = std::locale::classic(); local
    [all...]
  /external/lzma/C/
LzmaEnc.h 21 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
LzmaDec.h 28 unsigned lc, lp, pb; member in struct:_CLzmaProps
  /external/skia/include/private/
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c 31 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer]; local
32 RATE_CONTROL *const lrc = &lc->rc;
33 lc->current_video_frame_in_layer = 0;
48 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
51 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
58 lc->target_bandwidth, 1000);
79 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer]; local
80 RATE_CONTROL *const lrc = &lc->rc;
83 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
85 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000
120 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
142 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
168 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
189 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
    [all...]
  /external/libedit/src/
unvis.c 197 unsigned char st, ia, is, lc; local
438 lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */
444 if (is != 0 && nv[ia].name[is - 1] != lc)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMAInputStream.java 68 * the given dictionary size and LZMA properties byte (lc, lp, and pb).
75 * of lc, lp, and pb
99 int lc = props - lp * 9; local
101 return getMemoryUsage(dictSize, lc, lp);
106 * the given dictionary size, lc, and lp. Note that pb isn't needed.
112 * @param lc number of literal context bits, must be
120 public static int getMemoryUsage(int dictSize, int lc, int lp) {
121 if (lc < 0 || lc > 8 || lp < 0 || lp > 4)
122 throw new IllegalArgumentException("Invalid lc or lp")
389 int lc = props - lp * 9; local
    [all...]
  /external/mesa3d/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/opencv3/modules/calib3d/src/
levmarq.cpp 117 double lambda = 1, lc = 0.75; local
146 if( lambda < lc )
161 lambda = lc = 1./maxval;
184 (proceed ? ' ' : '*'), iter, nfJ, S, x.at<double>(0), d.at<double>(0), lambda, lc);
  /external/svox/pico/lib/
picobase.c 101 picoos_uint32 lc; local
103 lc = utf32;
105 lc = (utf32 + 32);
107 lc = (utf32 + 40);
132 lc = (utf32 + 1);
142 lc = (utf32 - 8);
146 lc = (utf32 - 8);
151 lc = (utf32 + 16);
156 lc = (utf32 + 26);
159 lc = 8112
498 picoos_uint32 lc; local
    [all...]
  /hardware/intel/img/psb_video/src/
tng_ved_scaling.c 319 unsigned int lc, hv, x; local
342 for(lc=0 ; lc<2 ; lc++)
348 psb_cmdbuf_rendec_write(cmdbuf, ctx->scaler_coeff_reg[lc][hv][x]);
  /libcore/ojluni/src/main/java/sun/misc/
Service.java 160 private static int parseLine(Class service, URL u, BufferedReader r, int lc,
174 fail(service, u, lc, "Illegal configuration-file syntax");
177 fail(service, u, lc, "Illegal provider-class name: " + ln);
181 fail(service, u, lc, "Illegal provider-class name: " + ln);
188 return lc + 1;
223 int lc = 1; local
224 while ((lc = parseLine(service, u, r, lc, names, returned)) >= 0);

Completed in 7402 milliseconds

1 2 3 4 5 6 7 8