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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/v8/tools/
draw_instruction_graph.sh 99 set style line 2 lc rgb '#800000'
100 set style line 3 lc rgb '#d00000'
101 set style line 4 lc rgb '#ff6000'
102 set style line 5 lc rgb '#ffc000'
103 set style line 6 lc rgb '#ffff00'
105 set style line 7 lc rgb '#ff00ff'
106 set style line 8 lc rgb '#ffc0ff'
108 set style line 9 lc rgb '#004040'
109 set style line 10 lc rgb '#008080'
110 set style line 11 lc rgb '#40c0c0
    [all...]
  /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...]
  /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...]
  /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/libcxx/
libcxx.mk 26 LOCAL_LDLIBS += -lm -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/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++;
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 95 bool EntryPoint::parse(unsigned int lc, const std::string & str)
113 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
134 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
140 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str());
205 int EntryPoint::setAttribute(const std::string &line, size_t lc)
216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc);
222 (unsigned int)lc, varname.c_str(), name().c_str());
233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc);
239 (unsigned int)lc, varname.c_str(), name().c_str());
250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc);
    [all...]
EntryPoint.h 33 bool parse(unsigned int lc, const std::string & str);
50 int setAttribute(const std::string &line, size_t lc);
61 void err(unsigned int lc, const char *msg) {
62 fprintf(stderr, "line %d: %s\n", lc, msg);
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/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/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/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/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 345 LoadLinearFixedContext lc; local
356 lc = (LoadLinearFixedContext) ar.userObj;
358 response = lc.mOnLoaded;
383 lc = (LoadLinearFixedContext) ar.userObj;
385 response = lc.mOnLoaded;
401 lc.mRecordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF;
406 lc.mCountRecords = size / lc.mRecordSize;
408 if (lc.mLoadAll) {
409 lc.results = new ArrayList<byte[]>(lc.mCountRecords)
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 23 const decltype(l) lc = l;
25 lc();
  /external/llvm/test/Object/Inputs/
elfver.S 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
4 # clang $ARGS -m64 elfver.S -lc -o elf-versioning-test.x86_64
  /external/chromium_org/third_party/lzma_sdk/
LzmaLib.h 21 state_size = (4 + (1.5 << (lc + lp))) KB
22 by default (lc=3, lp=0), state_size = 16 KB.
26 0 1 lc, lp and pb in encoded form.
66 lc - The number of literal context bits (high bits of previous literal).
68 Sometimes lc=4 gives the gain for big files.
74 better to set lc=0, if you change lp switch.
102 int lc, /* 0 <= lc <= 8, default = 3 */
LzmaLib.c 19 int lc, /* 0 <= lc <= 8, default = 3 */
30 props.lc = lc;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaLib.h 22 state_size = (4 + (1.5 << (lc + lp))) KB
23 by default (lc=3, lp=0), state_size = 16 KB.
27 0 1 lc, lp and pb in encoded form.
67 lc - The number of literal context bits (high bits of previous literal).
69 Sometimes lc=4 gives the gain for big files.
75 better to set lc=0, if you change lp switch.
103 int lc, /* 0 <= lc <= 8, default = 3 */
LzmaLib.c 20 int lc, /* 0 <= lc <= 8, default = 3 */
31 props.lc = lc;
  /external/libunwind/tests/
flush-cache.S 20 .save ar.lc, r3
21 mov r3=ar.lc // save ar.lc
25 mov ar.lc=r8
35 mov ar.lc=r3 // restore ar.lc
  /external/lzma/C/
LzmaLib.h 21 state_size = (4 + (1.5 << (lc + lp))) KB
22 by default (lc=3, lp=0), state_size = 16 KB.
26 0 1 lc, lp and pb in encoded form.
66 lc - The number of literal context bits (high bits of previous literal).
68 Sometimes lc=4 gives the gain for big files.
74 better to set lc=0, if you change lp switch.
102 int lc, /* 0 <= lc <= 8, default = 3 */
LzmaLib.c 19 int lc, /* 0 <= lc <= 8, default = 3 */
30 props.lc = lc;

Completed in 618 milliseconds

1 2 3 4 5 6 7 8 91011>>