| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | jpeg2000dwt.c | 34 static int test_dwt(int *array, int *ref, int border[2][2], int decomp_levels, int type, int max_diff) { in test_dwt() argument 73 static int test_dwtf(float *array, float *ref, int border[2][2], int decomp_levels, float max_diff) { in test_dwtf() argument 112 static int ref [MAX_W * MAX_W]; global() variable [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | fixed_dsp.c | 122 int ref, new; check_scalarproduct_fixed() local [all...] |
| H A D | alacdsp.c | 46 int32_t *ref[2] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1] }; in check_decorrelate_stereo() local 89 int32_t *ref[2] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1] }; in check_append_extra_bits() local
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | usb_obj.h | 58 struct obj_ref ref; member
|
| /third_party/mesa3d/src/hgl/ |
| H A D | GLRendererRoster.h | 21 entry_ref ref; member
|
| /third_party/node/test/node-api/test_cleanup_hook/ |
| H A D | binding.c | 20 napi_ref* ref = data; in ObjectFinalizer() local 27 napi_ref* ref = malloc(sizeof(*ref)); in CreateObjectWrap() local
|
| /third_party/node/test/node-api/test_env_teardown_gc/ |
| H A D | binding.c | 6 napi_ref* ref = data; in MyObject_fini() local 24 napi_ref* ref = malloc(sizeof(*ref)); in MyObject() local
|
| /third_party/node/deps/npm/lib/utils/ |
| H A D | sbom-cyclonedx.js | |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_alpha.c | 49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) lp_build_alpha_test() argument
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | c11-atomic.c | 20 void ref(void) in ref() function
|
| /third_party/node/deps/v8/src/heap/cppgc-js/ |
| H A D | unified-heap-marking-state-inl.h | 21 static Object GetObjectForMarking(const TracedReferenceBase& ref) { in GetObjectForMarking() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_zsa.c | 196 uint32_t ref = cso->alpha_ref_value * 255.0f; in fd6_zsa_state_create() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
| H A D | kdf_legacy_kmgmt.c | 53 int ref = 0; in ossl_kdf_data_free() local 68 int ref = 0; in ossl_kdf_data_up_ref() local
|
| /third_party/rust/crates/lazy-static.rs/src/ |
| H A D | lib.rs | 35 static ref EXAMPLE: u8 = 42; consts 67 static ref HASHMAP: HashMap<u32, &'static str> = { consts 74 static ref COUNT: usize = HASHMAP.len(); consts 75 static ref NUMBER: u32 = times_two(21); consts [all...] |
| /third_party/python/Include/cpython/ |
| H A D | weakrefobject.h | 40 PyWeakReference *ref; in PyWeakref_GET_OBJECT() local
|
| /third_party/opencl-headers/tests/ |
| H A D | test_cl_half.h.c | 27 int test_half_to_float(cl_half h, cl_float ref) in test_half_to_float() argument 41 int test_half_from_float(cl_float f, cl_half ref, in test_half_from_float() argument [all...] |
| /third_party/openssl/providers/implementations/keymgmt/ |
| H A D | kdf_legacy_kmgmt.c | 53 int ref = 0; in ossl_kdf_data_free() local 68 int ref = 0; in ossl_kdf_data_up_ref() local
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFTag.h | 42 SkPDFIndirectReference ref; member
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | RefCounted.h | 64 Ref<T> ref; in AcquireRef() local
|
| H A D | NSRef.h | 94 NSRef<T> ref; in AcquireNSRef() local 118 NSPRef<T> ref; in AcquireNSPRef() local
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | array_accessor_test.cc | 101 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local 117 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local 160 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local 176 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local 193 auto* ref in TEST_F() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/ |
| H A D | status_internal.h | 57 std::atomic<int32_t> ref; member
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGUse.cpp | 44 const auto ref = ctx.findNodeById(fHref); in onRender() local 53 const auto ref = ctx.findNodeById(fHref); in onAsPath() local 62 const auto ref = ctx.findNodeById(fHref); in onObjectBoundingBox() local
|
| /third_party/rust/crates/nix/test/sys/ |
| H A D | test_signal.rs | 84 static ref SIGNALED: AtomicBool = AtomicBool::new(false); consts
|
| /third_party/skia/bench/ |
| H A D | RefCntBench.cpp | 30 SkRefCnt ref; variable 65 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); variable 91 SkRefCnt* ref variable 119 SkWeakRefCnt ref; global() variable 151 PlacedWeakRefCnt* ref = new (memory) PlacedWeakRefCnt(); global() variable 177 SkWeakRefCnt* ref = new SkWeakRefCnt(); global() variable [all...] |