Home
last modified time | relevance | path

Searched refs:bval (Results 1 – 21 of 21) sorted by relevance

/third_party/iowow/src/kv/benchmark/
Dbdb_benchmark.c72 DBT bval = {.data = val->data, .size = val->size}; in db_put() local
73 int ret = bmdb->dbp->put(bmdb->dbp, 0, &bkey, &bval, 0); in db_put()
91 DBT bval = {.flags = DB_DBT_MALLOC}; in db_get() local
92 int ret = bmdb->dbp->get(bmdb->dbp, 0, &bkey, &bval, 0); in db_get()
93 val->data = bval.data; in db_get()
94 val->size = bval.size; in db_get()
132 DBT bval = {.flags = DB_DBT_MALLOC}; in db_read_seq() local
138 ret = curp->get(curp, &bkey, &bval, reverse ? DB_LAST : DB_FIRST); in db_read_seq()
143 if (bval.data) free(bval.data); in db_read_seq()
147 bval.data = 0; in db_read_seq()
[all …]
/third_party/glslang/Test/baseResults/
Dhlsl.promote.binary.frag.out11 0:15 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-co…
15 0:15 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-comp…
21 0:16 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-co…
25 0:16 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-comp…
30 0:18 bval: direct index for structure ( uniform bool)
31 0:18 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-co…
35 0:18 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-comp…
41 0:19 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-co…
45 0:19 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-comp…
57 0:22 'anon@0' (layout( row_major std140) uniform block{ uniform bool bval, uniform 4-co…
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/power/macosx/
DSDL_syspower.c43 CFBooleanRef bval; in checkps() local
52 if ((GETVAL(kIOPSIsPresentKey, &bval)) && (bval == kCFBooleanFalse)) { in checkps()
66 if ((GETVAL(kIOPSIsChargingKey, &bval)) && (bval == kCFBooleanTrue)) { in checkps()
/third_party/glslang/Test/
Dhlsl.promote.binary.frag6 uniform bool bval;
18 bval % fval;
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_config_param.h74 struct BoolVal bval; member
89 #define BVAL(p) ((p).param.bval.value)
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvp8enc.c244 GValue ival = { 0, }, bval = { in configure_vp8ts() local
289 g_value_init (&bval, G_TYPE_BOOLEAN); in configure_vp8ts()
302 g_value_set_boolean (&bval, d[i]); in configure_vp8ts()
303 gst_value_array_append_value (&layer_sync_flags, &bval); in configure_vp8ts()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_buffers.c268 nir_ssa_def *bval = nir_i2b(&b, &intrin->dest.ssa); in lower_buffer_interface_derefs_impl() local
270 bval, in lower_buffer_interface_derefs_impl()
271 bval->parent_instr); in lower_buffer_interface_derefs_impl()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DFieldsSet.java101 String bval = Integer.toString(theirVal); in diffFrom() local
103 str.append(fieldName +"="+aval+" not "+bval+", "); in diffFrom()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DFieldsSet.java98 String bval = Integer.toString(theirVal); in diffFrom() local
100 str.append(fieldName +"="+aval+" not "+bval+", "); in diffFrom()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dmakepng.c1365 bval(png_const_structrp png_ptr, png_charp param, unsigned int maxval) in bval() function
1393 sBIT.red = bval(png_ptr, params[0], maxval); in insert_sBIT()
1394 sBIT.green = bval(png_ptr, params[1], maxval); in insert_sBIT()
1395 sBIT.blue = bval(png_ptr, params[2], maxval); in insert_sBIT()
1402 sBIT.gray = bval(png_ptr, params[0], maxval); in insert_sBIT()
1406 sBIT.alpha = bval(png_ptr, params[nparams-1], maxval); in insert_sBIT()
Dpngstest.c2664 png_byte bval = ppb[x]; in compare_two_images() local
2667 if (bval > bmax) in compare_two_images()
2668 bmax = bval; in compare_two_images()
2670 if (bval != aval) in compare_two_images()
/third_party/libpng/contrib/libtests/
Dmakepng.c1365 bval(png_const_structrp png_ptr, png_charp param, unsigned int maxval) in bval() function
1393 sBIT.red = bval(png_ptr, params[0], maxval); in insert_sBIT()
1394 sBIT.green = bval(png_ptr, params[1], maxval); in insert_sBIT()
1395 sBIT.blue = bval(png_ptr, params[2], maxval); in insert_sBIT()
1402 sBIT.gray = bval(png_ptr, params[0], maxval); in insert_sBIT()
1406 sBIT.alpha = bval(png_ptr, params[nparams-1], maxval); in insert_sBIT()
Dpngstest.c2664 png_byte bval = ppb[x]; in compare_two_images() local
2667 if (bval > bmax) in compare_two_images()
2668 bmax = bval; in compare_two_images()
2670 if (bval != aval) in compare_two_images()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dmakepng.c1365 bval(png_const_structrp png_ptr, png_charp param, unsigned int maxval) in bval() function
1393 sBIT.red = bval(png_ptr, params[0], maxval); in insert_sBIT()
1394 sBIT.green = bval(png_ptr, params[1], maxval); in insert_sBIT()
1395 sBIT.blue = bval(png_ptr, params[2], maxval); in insert_sBIT()
1402 sBIT.gray = bval(png_ptr, params[0], maxval); in insert_sBIT()
1406 sBIT.alpha = bval(png_ptr, params[nparams-1], maxval); in insert_sBIT()
Dpngstest.c2664 png_byte bval = ppb[x]; in compare_two_images() local
2667 if (bval > bmax) in compare_two_images()
2668 bmax = bval; in compare_two_images()
2670 if (bval != aval) in compare_two_images()
/third_party/glib/glib/tests/
Dgvariant.c3372 gboolean bval; in test_varargs() local
3431 bval = TRUE; in test_varargs()
3435 &justs[1], &bval, in test_varargs()
3447 g_assert_true (byteval == '\0' && bval == FALSE); in test_varargs()
3456 bval = TRUE; in test_varargs()
3460 NULL, &bval, in test_varargs()
3470 g_assert_true (byteval == '\0' && bval == FALSE); in test_varargs()
3528 bval = FALSE; in test_varargs()
3532 &justs[1], &bval, in test_varargs()
3544 g_assert_true (byteval == 'a' && bval == TRUE); in test_varargs()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp683 int TiXmlElement::QueryBoolAttribute( const char* name, bool* bval ) const in QueryBoolAttribute()
694 *bval = true; in QueryBoolAttribute()
701 *bval = false; in QueryBoolAttribute()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp683 int TiXmlElement::QueryBoolAttribute( const char* name, bool* bval ) const in QueryBoolAttribute()
694 *bval = true; in QueryBoolAttribute()
701 *bval = false; in QueryBoolAttribute()
/third_party/python/Objects/
Ddictobject.c2903 PyObject *bval; in dict_equal() local
2911 b->ma_keys->dk_lookup(b, key, ep->me_hash, &bval); in dict_equal()
2912 if (bval == NULL) { in dict_equal()
2919 Py_INCREF(bval); in dict_equal()
2920 cmp = PyObject_RichCompareBool(aval, bval, Py_EQ); in dict_equal()
2923 Py_DECREF(bval); in dict_equal()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c3408 GValue bval = G_VALUE_INIT, sval = G_VALUE_INIT; in gst_value_deserialize_sample() local
3424 g_value_init (&bval, GST_TYPE_BUFFER); in gst_value_deserialize_sample()
3427 if (!gst_value_deserialize_buffer (&bval, fields[0])) in gst_value_deserialize_sample()
3458 sample = gst_sample_new (gst_value_get_buffer (&bval), caps, in gst_value_deserialize_sample()
3468 g_value_unset (&bval); in gst_value_deserialize_sample()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1917 bool bval = (opcode == SpvOpConstantTrue || in vtn_handle_constant() local
1920 nir_const_value u32val = nir_const_value_for_uint(bval, 32); in vtn_handle_constant()