Home
last modified time | relevance | path

Searched defs:ref (Results 276 - 300 of 1453) sorted by relevance

1...<<11121314151617181920>>...59

/third_party/ffmpeg/libavcodec/tests/
H A Djpeg2000dwt.c34 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 Dfixed_dsp.c122 int ref, new; check_scalarproduct_fixed() local
[all...]
H A Dalacdsp.c46 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 Dusb_obj.h58 struct obj_ref ref; member
/third_party/mesa3d/src/hgl/
H A DGLRendererRoster.h21 entry_ref ref; member
/third_party/node/test/node-api/test_cleanup_hook/
H A Dbinding.c20 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 Dbinding.c6 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 Dsbom-cyclonedx.js
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c49 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 Dc11-atomic.c20 void ref(void) in ref() function
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dunified-heap-marking-state-inl.h21 static Object GetObjectForMarking(const TracedReferenceBase& ref) { in GetObjectForMarking() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.c196 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 Dkdf_legacy_kmgmt.c53 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 Dlib.rs35 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 Dweakrefobject.h40 PyWeakReference *ref; in PyWeakref_GET_OBJECT() local
/third_party/opencl-headers/tests/
H A Dtest_cl_half.h.c27 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 Dkdf_legacy_kmgmt.c53 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 DSkPDFTag.h42 SkPDFIndirectReference ref; member
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefCounted.h64 Ref<T> ref; in AcquireRef() local
H A DNSRef.h94 NSRef<T> ref; in AcquireNSRef() local
118 NSPRef<T> ref; in AcquireNSPRef() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Darray_accessor_test.cc101 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 Dstatus_internal.h57 std::atomic<int32_t> ref; member
/third_party/skia/modules/svg/src/
H A DSkSVGUse.cpp44 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 Dtest_signal.rs84 static ref SIGNALED: AtomicBool = AtomicBool::new(false); consts
/third_party/skia/bench/
H A DRefCntBench.cpp30 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...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...59