Home
last modified time | relevance | path

Searched refs:val (Results 2201 - 2225 of 6089) sorted by relevance

1...<<81828384858687888990>>...244

/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp141 param[index].val = (void *)&mime; in DecoderCreate()
146 param[index].val = (void *)&width; in DecoderCreate()
151 param[index].val = (void *)&height; in DecoderCreate()
156 param[index].val = (void *)&bufSize; in DecoderCreate()
161 param[index].val = (void *)&domain; in DecoderCreate()
/third_party/elfutils/lib/
H A Ddynamicsizehash.c47 lookup (NAME *htab, HASHTYPE hval, TYPE val __attribute__ ((unused))) in lookup()
58 && COMPARE (htab->table[idx].data, val) == 0) in lookup()
73 && COMPARE (htab->table[idx].data, val) == 0) in lookup()
254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val) in NAME() argument
261 idx = lookup (htab, hval, val); in NAME()
/third_party/curl/tests/libtest/
H A Dlib537.c102 static void rlim2str(char *buf, size_t len, rlim_t val) in rlim2str() argument
105 if(val == RLIM_INFINITY) { in rlim2str()
112 msnprintf(buf, len, "%llu", (unsigned long long)val); in rlim2str()
117 msnprintf(buf, len, "%u", (unsigned int)val); in rlim2str()
119 msnprintf(buf, len, "%lu", (unsigned long)val); in rlim2str()
H A Dlib518.c102 static void rlim2str(char *buf, size_t len, rlim_t val) in rlim2str() argument
105 if(val == RLIM_INFINITY) { in rlim2str()
112 msnprintf(buf, len, "%llu", (unsigned long long)val); in rlim2str()
117 msnprintf(buf, len, "%u", (unsigned int)val); in rlim2str()
119 msnprintf(buf, len, "%lu", (unsigned long)val); in rlim2str()
/third_party/ffmpeg/libavcodec/
H A Dsgienc.c55 int val, count, x, start = bytestream2_tell_p(pbc); in sgi_rle_encode() local
70 val = bpp == 1 ? *src : AV_RB16(src); in sgi_rle_encode()
72 bytestream2_put(pbc, val); in sgi_rle_encode()
82 val = bpp == 1 ? src[i] : AV_RB16(src + i * bpp); in sgi_rle_encode()
83 bytestream2_put(pbc, val); in sgi_rle_encode()
/third_party/ffmpeg/libavformat/
H A Dmpjpegdec.c162 long int val = strtol(value, NULL, 10); in parse_content_length() local
164 if (val == LONG_MIN || val == LONG_MAX) in parse_content_length()
166 if (val > INT_MAX) in parse_content_length()
168 return val; in parse_content_length()
H A Dtedcaptionsdec.c169 int64_t val = 0; in parse_int() local
175 if (val > INT_MAX/10 - (*cur_byte - '0')) in parse_int()
177 val = val * 10 + (*cur_byte - '0'); in parse_int()
180 *result = val; in parse_int()
/third_party/ffmpeg/tests/checkasm/
H A Dsw_scale.c47 int16_t val = d; in ref_function() local
50 int val; in ref_function() member
54 t.val = (int)src[j][i + offset] * (int)filter[j]; in ref_function()
55 val += t.v[1]; in ref_function()
57 dest[i]= av_clip_uint8(val>>3); in ref_function()
/third_party/alsa-utils/iecset/
H A Diecset.c113 int val; in parse_command() local
116 val = get_bool(arg); in parse_command()
119 val = !get_bool(arg); in parse_command()
123 val = (int)strtol(arg, NULL, 0); in parse_command()
126 parms[cmds[i].idx] = val; in parse_command()
/third_party/icu/icu4c/source/common/
H A Dumapfile.cpp427 void *val=0; in uprv_mapFile() local
503 val=dllqueryvar((dllhandle*)handle, U_ICUDATA_ENTRY_NAME); in uprv_mapFile()
504 if(val == 0) { in uprv_mapFile()
509 fprintf(stderr, "dllqueryvar(%08X, %s) -> %08X\n", handle, U_ICUDATA_ENTRY_NAME, val); in uprv_mapFile()
512 pData->pHeader=(const DataHeader *)val; in uprv_mapFile()
/third_party/mesa3d/src/amd/addrlib/src/
H A Damdgpu_asic_addr.h128 #define AMDGPU_RANGE_HELPER(val, min, max) ((val >= min) && (val < max))
129 #define AMDGPU_IN_RANGE(val, ...) AMDGPU_EXPAND_FIX(AMDGPU_RANGE_HELPER(val, __VA_ARGS__))
/third_party/mesa3d/src/c11/impl/
H A Dthreads_win32.c148 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke() local
149 if (val) in impl_tss_dtor_invoke()
150 (impl_tss_dtor_tbl[i].dtor)(val); in impl_tss_dtor_invoke()
466 tss_set(tss_t key, void *val) in tss_set() argument
468 return TlsSetValue(key, val) ? thrd_success : thrd_error; in tss_set()
/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest08.c227 char val, val0; in dotest() local
289 val = (64 / testers) * me + 1; in dotest()
301 * verify == val. in dotest()
302 * write "val" on it. in dotest()
304 * ++val. in dotest()
315 /* Have to fill the val0 and val iov buffers in a different manner in dotest()
320 memset(val_iovec[i].iov_base, val, in dotest()
367 " for val %d count %d xfr %d.", in dotest()
386 "\tTest[%d]: xfr=%d != %d, val read.", in dotest()
398 " for val in dotest()
[all...]
H A Dftest04.c214 char val, val0; in dotest() local
279 val = (64 / testers) * me + 1; in dotest()
291 * verify == val. in dotest()
292 * write "val" on it. in dotest()
294 * ++val. in dotest()
305 /* Have to fill the val0 and val iov buffers in a different manner */ in dotest()
309 memset(val_iovec[i].iov_base, val, in dotest()
352 "\tTest[%d] bad verify @ 0x%x for val %d count %d xfr %d.", in dotest()
371 "\tTest[%d]: xfr=%d != %d, val read.", in dotest()
381 "\tTest[%d] bad verify @ 0x%x for val in dotest()
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c297 uint32_t attr = attribs[i*2], val = attribs[i*2 + 1]; in indirect_create_context_attribs() local
300 renderType = val; in indirect_create_context_attribs()
302 mask = val; in indirect_create_context_attribs()
304 major = val; in indirect_create_context_attribs()
306 minor = val; in indirect_create_context_attribs()
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js86 ser.writeValue({ val: hostObject });
102 assert.strictEqual(des.readValue().val, hostObject);
124 ser.writeValue({ val: hostObject });
138 assert.strictEqual(des.readValue().val, hostObject);
154 ser.writeValue({ val: hostObject });
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dglobal.c27 #define check(val, type, expected) \
28 if (val.of.type != expected) { \
35 wasm_val_t val; \
36 wasm_global_get(global, &val); \
37 check(val, type, expected); \
/third_party/musl/src/internal/
H A Dpthread_impl.h220 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() argument
224 __syscall(SYS_futex, addr, FUTEX_WAIT|priv, val, 0xffffffffu) != -ENOSYS || in __futexwait()
225 __syscall(SYS_futex, addr, FUTEX_WAIT, val, 0xffffffffu); in __futexwait()
227 __syscall(SYS_futex, addr, FUTEX_WAIT|priv, val, 0) != -ENOSYS || in __futexwait()
228 __syscall(SYS_futex, addr, FUTEX_WAIT, val, 0); in __futexwait()
/third_party/node/deps/icu-small/source/common/
H A Dumapfile.cpp427 void *val=0; in uprv_mapFile() local
503 val=dllqueryvar((dllhandle*)handle, U_ICUDATA_ENTRY_NAME); in uprv_mapFile()
504 if(val == 0) { in uprv_mapFile()
509 fprintf(stderr, "dllqueryvar(%08X, %s) -> %08X\n", handle, U_ICUDATA_ENTRY_NAME, val); in uprv_mapFile()
512 pData->pHeader=(const DataHeader *)val; in uprv_mapFile()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c110 float val = state->jit_context.constants[0][i]; in lp_fs_linear_run() local
111 if (val < 0.0f || val > 1.0f) { in lp_fs_linear_run()
113 debug_printf(" -- const[%d] out of range %f\n", i, val); in lp_fs_linear_run()
116 constants[i] = (uint8_t)(val * 255.0f); in lp_fs_linear_run()
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c80 static void use_fpu_value(double val);
497 unsigned long val; in get_num_switches() local
505 if (sscanf(line, "%s %lu", name, &val) != 2) in get_num_switches()
512 return (val); in get_num_switches()
518 static void use_fpu_value(double val) in use_fpu_value() argument
520 <val> The value. in use_fpu_value()
/third_party/ltp/tools/sparse/sparse-src/
H A Dcse.c88 hash += hashval(insn->val); in cse_collect()
228 if (i1->val != i2->val) in insn_compare()
229 return i1->val < i2->val ? -1 : 1; in insn_compare()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_inlines.h254 void Instruction::setFlagsDef(int d, Value *val) in setFlagsDef() argument
256 if (val) { in setFlagsDef()
259 setDef(flagsDef, val); in setFlagsDef()
268 void Instruction::setFlagsSrc(int s, Value *val) in setFlagsSrc() argument
271 setSrc(flagsSrc, val); in setFlagsSrc()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c102 uint32_t val = (value & field->mask) >> in eg_dump_reg() local
116 if (val < field->num_values && values_offsets[val] >= 0) in eg_dump_reg()
117 fprintf(file, "%s\n", egd_strings + values_offsets[val]); in eg_dump_reg()
119 print_value(file, val, in eg_dump_reg()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5152 val = ord( self.letter[n] )
5154 val += 128
5155 storage += struct.pack( "B", val )
5494 for val in agl_values:
5495 write( ' 0x' + val + ',\n' )

Completed in 19 milliseconds

1...<<81828384858687888990>>...244