Home
last modified time | relevance | path

Searched defs:ref (Results 1 - 25 of 744) sorted by relevance

12345678910>>...30

/third_party/json/docs/examples/
H A Dat__json_pointer.cpp43 json::reference ref = j.at("/array/01"_json_pointer); in main() local
54 json::reference ref = j.at("/array/one"_json_pointer); in main() local
65 json::reference ref = j.at("/array/4"_json_pointer); in main() local
76 json::reference ref = j.at("/array/-"_json_pointer); in main() local
87 json::const_reference ref = j.at("/foo"_json_pointer); in main() local
98 json::reference ref = j.at("/number/foo"_json_pointer); in main() local
H A Dat__json_pointer_const.cpp30 json::const_reference ref = j.at("/array/one"_json_pointer); in main() local
41 json::const_reference ref = j.at("/array/4"_json_pointer); in main() local
52 json::const_reference ref = j.at("/array/-"_json_pointer); in main() local
63 json::const_reference ref = j.at("/foo"_json_pointer); in main() local
74 json::const_reference ref = j.at("/number/foo"_json_pointer); in main() local
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dmissing-return3.c7 static void ref(void) in ref() function
/third_party/rust/crates/lazy-static.rs/compiletest/tests/compile-fail/
H A Dstatic_is_sized.rs6 pub static ref FOO: str = panic!(); consts
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcse-cmp-next.c1 void foo(int p, int i, int f, int *ref, int *dst, int *src) in foo() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbad-type-twice1.c1 static unsigned long foo(unsigned long val, void *ref) in foo() argument
H A Dfield-override.c1 static int ref[] = { variable
H A Drestrict.c20 void ref(void) in ref() function
/third_party/rust/crates/lazy-static.rs/tests/
H A Dno_std.rs10 pub static ref NUMBER: u32 = times_two(3); consts
/third_party/rust/crates/syn/examples/lazy-static/example/src/
H A Dmain.rs5 static ref USERNAME: Regex = { consts
/third_party/node/test/parallel/
H A Dtest-net-persistent-ref-unref.js
/third_party/nghttp2/lib/
H A Dnghttp2_rcbuf.h44 int32_t ref; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_rcbuf.h44 int32_t ref; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_rcbuf.h44 int32_t ref; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_zsa.c90 uint32_t ref = cso->alpha_ref_value * 255.0f; in fd4_zsa_state_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_zsa.c108 uint32_t ref = cso->alpha_ref_value * 255.0f; in fd5_zsa_state_create() local
/third_party/openssl/test/
H A Dchacha_internal_test.c29 static const unsigned char ref[] = { variable
/third_party/rust/crates/once_cell/examples/
H A Dbench_vs_lazy_static.rs10 static ref LAZY_STATIC: Vec<String> = vec!["Spica".to_string(), "Hoyten".to_string()]; consts
/third_party/node/lib/internal/fs/
H A Dwatchers.js
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dobj_ref.h63 static inline void objref_init(struct obj_ref *ref, int val) in objref_init() argument
68 static inline void objref_get(struct obj_ref *ref) in objref_get() argument
73 static inline int objref_put(struct obj_ref *ref, void (*release)(struct obj_ref *ref)) in objref_put() argument
83 static inline uint32_t objref_read(struct obj_ref *ref) in objref_read() argument
[all...]
/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_dev_info.c43 dev_id_compare(const struct fd_dev_id *ref, const struct fd_dev_id *id) in dev_id_compare() argument
[all...]
/third_party/node/test/node-api/test_instance_data/
H A Daddon.c6 napi_ref* ref = data; in addon_free() local
13 napi_ref* ref = malloc(sizeof(*ref)); in addon_new() local
/third_party/mesa3d/src/mesa/main/
H A Dstencil.h53 GLint ref = ctx->Stencil.Ref[face]; in _mesa_get_stencil_ref() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.h37 struct pipe_reference ref; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.h34 struct pipe_reference ref; member

Completed in 6 milliseconds

12345678910>>...30