Home
last modified time | relevance | path

Searched refs:val (Results 1301 - 1325 of 5342) sorted by relevance

1...<<51525354555657585960>>...214

/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp228 int val = -1; in getInt() local
229 m_context.getFunctions().getIntegerv(param, &val); in getInt()
231 return val; in getInt()
236 glw::GLboolean val = GL_FALSE; in getBool() local
237 m_context.getFunctions().getBooleanv(param, &val); in getBool()
239 return val != GL_FALSE; in getBool()
/third_party/lz4/lib/
H A Dlz4.c395 U16 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read16() local
400 U32 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read32() local
405 reg_t val; LZ4_memcpy(&val, memPt in LZ4_read_ARCH() local
558 LZ4_NbCommonBytes(reg_t val) LZ4_NbCommonBytes() argument
[all...]
/third_party/backends/backend/
H A Dfujitsu.c4224 opt->name = "endorser-val"; in sane_get_option_descriptor()
4669 * below. The value of the option is passed through argument val. It
4684 SANE_Action action, void *val, SANE_Int * info) in sane_control_option()
4714 SANE_Word * val_p = (SANE_Word *) val; in sane_control_option()
4726 strcpy (val, STRING_FLATBED); in sane_control_option()
4729 strcpy (val, STRING_ADFFRONT); in sane_control_option()
4732 strcpy (val, STRING_ADFBACK); in sane_control_option()
4735 strcpy (val, STRING_ADFDUPLEX); in sane_control_option()
4738 strcpy (val, STRING_CARDFRONT); in sane_control_option()
4741 strcpy (val, STRING_CARDBAC in sane_control_option()
4683 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
[all...]
H A Davision.c2918 if (s->val[OPT_IR].w) in compute_parameters()
2951 s->avdimen.xres = s->val[OPT_RESOLUTION].w; in compute_parameters()
2952 s->avdimen.yres = s->val[OPT_RESOLUTION].w; in compute_parameters()
2981 s->avdimen.hw_xres = s->val[OPT_RESOLUTION].w; in compute_parameters()
2982 s->avdimen.hw_yres = s->val[OPT_RESOLUTION].w; in compute_parameters()
2986 SANE_UNFIX (s->val[OPT_TL_X].w), SANE_UNFIX (s->val[OPT_TL_Y].w), in compute_parameters()
2987 SANE_UNFIX (s->val[OPT_BR_X].w), SANE_UNFIX (s->val[OPT_BR_Y].w)); in compute_parameters()
2990 s->avdimen.tlx = (long int) (s->avdimen.hw_xres * SANE_UNFIX (s->val[OPT_TL_ in compute_parameters()
8809 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void* val, SANE_Int* info) sane_control_option() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test_util.h967 int32 val = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() local
969 EXPECT_EQ(map[key], val); in ExpectMapFieldsSetViaReflection()
986 int64 val = sub_message->GetReflection()->GetInt64(*sub_message, in ExpectMapFieldsSetViaReflection() local
988 EXPECT_EQ(map[key], val); in ExpectMapFieldsSetViaReflection()
1005 uint32 val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local
1007 EXPECT_EQ(map[key], val); in ExpectMapFieldsSetViaReflection()
1023 uint64 val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local
1025 EXPECT_EQ(map[key], val); in ExpectMapFieldsSetViaReflection()
1041 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local
1043 EXPECT_EQ(map[key], val); in ExpectMapFieldsSetViaReflection()
1059 int64 val = sub_message->GetReflection()->GetInt64( ExpectMapFieldsSetViaReflection() local
1077 uint32 val = sub_message->GetReflection()->GetUInt32( ExpectMapFieldsSetViaReflection() local
1095 uint64 val = sub_message->GetReflection()->GetUInt64( ExpectMapFieldsSetViaReflection() local
1113 int32 val = sub_message->GetReflection()->GetInt32( ExpectMapFieldsSetViaReflection() local
1131 int64 val = sub_message->GetReflection()->GetInt64( ExpectMapFieldsSetViaReflection() local
1149 float val = sub_message->GetReflection()->GetFloat(*sub_message, ExpectMapFieldsSetViaReflection() local
1167 double val = sub_message->GetReflection()->GetDouble( ExpectMapFieldsSetViaReflection() local
1185 bool val = sub_message->GetReflection()->GetBool(*sub_message, ExpectMapFieldsSetViaReflection() local
1203 std::string val = sub_message->GetReflection()->GetString( ExpectMapFieldsSetViaReflection() local
1221 std::string val = sub_message->GetReflection()->GetString( ExpectMapFieldsSetViaReflection() local
1239 const EnumValueDescriptor* val = sub_message->GetReflection()->GetEnum( ExpectMapFieldsSetViaReflection() local
1259 int32 val = foreign_message.GetReflection()->GetInt32(foreign_message, ExpectMapFieldsSetViaReflection() local
[all...]
/third_party/eudev/src/shared/
H A Dutf8.c148 int encoded_len, val; in utf8_is_printable_newline() local
155 val = utf8_encoded_to_unichar((const char*) p); in utf8_is_printable_newline()
156 if (val < 0 || in utf8_is_printable_newline()
157 unichar_is_control(val) || in utf8_is_printable_newline()
158 (!newline && val == '\n')) in utf8_is_printable_newline()
/third_party/ffmpeg/libavcodec/
H A Dnellymoserdec.c68 float *aptr, *bptr, *pptr, val, pval; in nelly_decode_block() local
76 val = ff_nelly_init_table[get_bits(&s->gb, 6)]; in nelly_decode_block()
79 val += ff_nelly_delta_table[get_bits(&s->gb, 5)]; in nelly_decode_block()
80 pval = -exp2(val/2048) * s->scale_bias; in nelly_decode_block()
82 *bptr++ = val; in nelly_decode_block()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_pipe.c38 uint64_t val; in fd_pipe_new2() local
60 fd_pipe_get_param(pipe, FD_GPU_ID, &val); in fd_pipe_new2()
61 pipe->dev_id.gpu_id = val; in fd_pipe_new2()
63 fd_pipe_get_param(pipe, FD_CHIP_ID, &val); in fd_pipe_new2()
64 pipe->dev_id.chip_id = val; in fd_pipe_new2()
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_packet_helpers.h164 uint64_t val = 0; in __gen_unpack_uint() local
169 val |= cl[byte] << ((byte - start / 8) * 8); in __gen_unpack_uint()
172 return (val >> (start % 8)) & mask; in __gen_unpack_uint()
179 int64_t val = __gen_unpack_uint(cl, start, end); in __gen_unpack_sint() local
182 return (val << (64 - size)) >> (64 - size); in __gen_unpack_sint()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp91 value* val = ns[i]; in try_inline() local
95 assert(val->def); in try_inline()
97 if (val->def->subtype == NST_PSI && ps == 3) { in try_inline()
98 if (get_pred_val(*val->def) != pred_val) in try_inline()
101 vvec &ds = val->def->src; in try_inline()
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c22 void *memset(void *dest, int val, size_t size) in memset() argument
27 *ptr++ = val; in memset()
79 char *ptr2hex(char *dest, uintptr_t val) in ptr2hex() argument
85 for (i = 4, tmp = val >> 4; tmp; i += 4, tmp >>= 4) in ptr2hex()
90 tmp = (val >> i) & 0xf; in ptr2hex()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
H A D8-1.c120 int val; in main() local
187 sem_getvalue(sem_1, &val); in main()
188 } while (val != 1); in main()
208 sem_getvalue(sem_1, &val); in main()
209 } while (val != 0); in main()
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-writer.cc76 double val = value.as_double; in AppendArgValue() local
77 if (std::isfinite(val)) { in AppendArgValue()
79 convert_stream << val; in AppendArgValue() local
89 } else if (std::isnan(val)) { in AppendArgValue()
93 } else if (val < 0) { in AppendArgValue()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdcolmap.c145 register unsigned int val; in read_pbm_integer() local
157 val = ch - '0'; in read_pbm_integer()
159 val *= 10; in read_pbm_integer()
160 val += ch - '0'; in read_pbm_integer()
162 return val; in read_pbm_integer()
/third_party/skia/tests/
H A DPointTest.cpp39 for (SkScalar val : values) { in test_normalize_cannormalize_consistent()
40 const SkScalar variants[] = { val, -val, SkScalarInvert(val), -SkScalarInvert(val) }; in test_normalize_cannormalize_consistent()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_lookup_test.h39 const auto& val = m.at(p.first); in TYPED_TEST_P() local
40 EXPECT_EQ(p.second, val) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
52 auto& val = m[p.first]; in TYPED_TEST_P() local
53 EXPECT_EQ(V(), val) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
54 val = p.second; in TYPED_TEST_P()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbase64.c117 unsigned char val; in base64_gen_decode() local
120 val = '='; in base64_gen_decode()
122 val = src[i]; in base64_gen_decode()
123 tmp = dtable[val]; in base64_gen_decode()
127 if (val == '=') in base64_gen_decode()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dctrl_iface_common.c119 int val; in ctrl_set_events() local
128 val = atoi(value); in ctrl_set_events()
129 if (val < 0 || val > 1) in ctrl_set_events()
133 if (val) in ctrl_set_events()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbase64.c119 unsigned char val; in base64_gen_decode() local
122 val = '='; in base64_gen_decode()
124 val = src[i]; in base64_gen_decode()
125 tmp = dtable[val]; in base64_gen_decode()
129 if (val == '=') in base64_gen_decode()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dctrl_iface_common.c119 int val; in ctrl_set_events() local
128 val = atoi(value); in ctrl_set_events()
129 if (val < 0 || val > 1) in ctrl_set_events()
133 if (val) in ctrl_set_events()
/third_party/zlib/contrib/infback9/
H A Dinftree9.c210 this.val = work[sym]; in inflate_table9()
214 this.val = base[work[sym]]; in inflate_table9()
218 this.val = 0; in inflate_table9()
276 (*table)[low].val = (unsigned short)(next - *table); in inflate_table9()
289 this.val = (unsigned short)0; in inflate_table9()
/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-maximum.c38 params.val.y = 2.3; in test()
52 float expected_output = input[i] > params.val.y ? input[i] : params.val.y; in test()
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-maximum-test.c38 params.val.y = 2.3; in test()
52 float expected_output = input[i] > params.val.y ? input[i] : params.val.y; in test()
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dstyles.js91 var val = codes[key];
93 style.open = '\u001b[' + val[0] + 'm';
94 style.close = '\u001b[' + val[1] + 'm';
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd04.c25 uint64_t val; in run() local
42 SAFE_READ(0, fd, &val, sizeof(val)); in run()

Completed in 24 milliseconds

1...<<51525354555657585960>>...214