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

1 2 3 4 5

  /external/libcxx/test/std/depr/depr.c.headers/
locale_h.pass.cpp 45 lconv lc; local
  /external/libcxx/test/std/localization/c.locales/
clocale.pass.cpp 45 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 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...]
  /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/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 34 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
35 RATE_CONTROL *const lrc = &lc->rc;
37 lc->current_video_frame_in_layer = 0;
38 lc->layer_size = 0;
54 lc->target_bandwidth = oxcf->ts_target_bitrate[layer];
58 lc->target_bandwidth = oxcf->ss_target_bitrate[layer];
66 lc->alt_ref_idx = alt_ref_idx++;
68 lc->alt_ref_idx = -1;
69 lc->gold_ref_idx = -1;
73 lc->target_bandwidth, 1000)
99 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
140 LAYER_CONTEXT *const lc = get_layer_context(svc); local
162 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
175 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
193 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
218 LAYER_CONTEXT *const lc = (svc->number_temporal_layers > 1) local
259 LAYER_CONTEXT *lc; 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/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]);
  /device/asus/fugu/libaudio/
AudioOutput.cpp 99 LocalClock lc; local
123 mFramesToLocalTime.a_to_b_numer = lc.getLocalFreq();
474 LocalClock lc; local
475 mLastDMAStartTime = lc.getLocalTime();
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 370 pPce->Profile = 1; /* Set AAC LC because it is the only supported object type. */
633 int lc = 0;; local
844 chIndex[chIdx] = lc;
849 lc += 1;
    [all...]

Completed in 1133 milliseconds

1 2 3 4 5