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

1 2 3 4 5 6

  /external/libcxx/test/depr/depr.c.headers/
locale_h.pass.cpp 45 lconv lc; local
  /external/libcxx/test/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/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...]
  /device/asus/fugu/libaudio/
AudioOutput.cpp 89 LocalClock lc; local
117 mFramesToLocalTime.a_to_b_numer = lc.getLocalFreq();
486 LocalClock lc;
487 mLastDMAStartTime = lc.getLocalTime();
  /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/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/chromium_org/third_party/lzma_sdk/
LzmaEnc.h 21 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.h 22 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
  /external/chromium_org/third_party/skia/include/core/
SkTSearch.h 131 const char* lc() const { return fLC; } function in class:SkAutoAsciiToLC
  /external/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/lzma/C/
LzmaEnc.h 21 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
  /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...]
  /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);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.c 32 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
33 RATE_CONTROL *const lrc = &lc->rc;
34 lc->current_video_frame_in_layer = 0;
49 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
52 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
59 lc->target_bandwidth, 1000);
81 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
82 RATE_CONTROL *const lrc = &lc->rc;
85 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
87 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000
122 LAYER_CONTEXT *const lc = get_layer_context(svc); local
145 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
171 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
191 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
218 LAYER_CONTEXT *const lc = (svc->number_temporal_layers > 1) local
    [all...]
  /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/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 32 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
33 RATE_CONTROL *const lrc = &lc->rc;
34 lc->current_video_frame_in_layer = 0;
49 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
52 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
59 lc->target_bandwidth, 1000);
81 LAYER_CONTEXT *const lc = &svc->layer_context[layer]; local
82 RATE_CONTROL *const lrc = &lc->rc;
85 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
87 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000
122 LAYER_CONTEXT *const lc = get_layer_context(svc); local
145 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
171 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
192 LAYER_CONTEXT *const lc = get_layer_context(&cpi->svc); local
220 LAYER_CONTEXT *const lc = (svc->number_temporal_layers > 1) 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...]

Completed in 4457 milliseconds

1 2 3 4 5 6