Home
last modified time | relevance | path

Searched defs:num (Results 851 - 875 of 1909) sorted by relevance

1...<<31323334353637383940>>...77

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c33 si_llvm_bound_index(struct si_shader_context *ctx, LLVMValueRef index, unsigned num) si_llvm_bound_index() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.c423 static const uint64_t *vc4_get_modifiers(struct pipe_screen *pscreen, int *num) in vc4_get_modifiers() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c297 svga_bind_sampler_states(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, void **samplers) svga_bind_sampler_states() argument
413 svga_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) svga_set_sampler_views() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_bio.cc169 long NodeBIO::Ctrl(BIO* bio, int cmd, long num, // NOLINT(runtime/int) in Ctrl() argument
/third_party/node/src/
H A Dnode_dir.cc209 DirentListToArray( Environment* env, uv_dirent_t* ents, int num, enum encoding encoding, Local<Value>* err_out) DirentListToArray() argument
/third_party/musl/src/network/
H A Dgetnameinfo.c152 char buf[256], num[3*sizeof(int)+1]; in getnameinfo() local
/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c31 uint8_t num; in get_random8() local
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c151 char buf[256], num[3*sizeof(int)+1]; in getnameinfo() local
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c127 char buf[256], num[3*sizeof(int)+1]; in getnameinfo() local
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c29 uint8_t num; in get_random8() local
/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h98 BrotliCheckInputAmount( BrotliBitReader* const br, size_t num) BrotliCheckInputAmount() argument
334 BrotliCopyBytes(uint8_t* dest, BrotliBitReader* br, size_t num) BrotliCopyBytes() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dhash_longest_match64_inc.h81 uint16_t* BROTLI_RESTRICT num = self->num_; in Prepare() local
112 uint16_t* BROTLI_RESTRICT num = self->num_; in Store() local
170 uint16_t* BROTLI_RESTRICT num = self->num_; in FindLongestMatch() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dedits.cpp508 int32_t num = (u & SHORT_CHANGE_NUM_MASK) + 1; in next() local
533 int32_t num = (u & SHORT_CHANGE_NUM_MASK) + 1; in next() local
639 int32_t num = (u & SHORT_CHANGE_NUM_MASK) + 1; previous() variable
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__htable.c138 const void **ares__htable_all_buckets(const ares__htable_t *htable, size_t *num) in ares__htable_all_buckets() argument
H A Dares_dns_name.c133 size_t num; member
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp94 instruction(bblock_t *block, int num) in instruction() argument
H A Dtest_vec4_cmod_propagation.cpp126 instruction(bblock_t *block, int num) in instruction() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp473 char16_t num[20]; in printOutBundle() local
530 char16_t num[20]; in printOutBundle() local
[all...]
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h85 size_t num; // The current fame number. member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c69 llvmpipe_bind_sampler_states(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, void **samplers) llvmpipe_bind_sampler_states() argument
118 llvmpipe_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) llvmpipe_set_sampler_views() argument
275 prepare_shader_sampling( struct llvmpipe_context *lp, unsigned num, struct pipe_sampler_view **views, enum pipe_shader_type shader_type) prepare_shader_sampling() argument
380 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *lp, unsigned num, struct pipe_sampler_view **views) llvmpipe_prepare_vertex_sampling() argument
392 llvmpipe_prepare_geometry_sampling(struct llvmpipe_context *lp, unsigned num, struct pipe_sampler_view **views) llvmpipe_prepare_geometry_sampling() argument
403 llvmpipe_prepare_tess_ctrl_sampling(struct llvmpipe_context *lp, unsigned num, struct pipe_sampler_view **views) llvmpipe_prepare_tess_ctrl_sampling() argument
414 llvmpipe_prepare_tess_eval_sampling(struct llvmpipe_context *lp, unsigned num, struct pipe_sampler_view **views) llvmpipe_prepare_tess_eval_sampling() argument
425 unsigned num, i; llvmpipe_cleanup_stage_sampling() local
447 prepare_shader_images( struct llvmpipe_context *lp, unsigned num, struct pipe_image_view *views, enum pipe_shader_type shader_type) prepare_shader_images() argument
547 llvmpipe_prepare_vertex_images(struct llvmpipe_context *lp, unsigned num, struct pipe_image_view *views) llvmpipe_prepare_vertex_images() argument
559 llvmpipe_prepare_geometry_images(struct llvmpipe_context *lp, unsigned num, struct pipe_image_view *views) llvmpipe_prepare_geometry_images() argument
570 llvmpipe_prepare_tess_ctrl_images(struct llvmpipe_context *lp, unsigned num, struct pipe_image_view *views) llvmpipe_prepare_tess_ctrl_images() argument
581 llvmpipe_prepare_tess_eval_images(struct llvmpipe_context *lp, unsigned num, struct pipe_image_view *views) llvmpipe_prepare_tess_eval_images() argument
592 unsigned num, i; llvmpipe_cleanup_stage_images() local
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp473 UChar num[20]; in printOutBundle() local
530 UChar num[20]; in printOutBundle() local
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c563 unsigned long int num; in main() local
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttable.c81 void genstate(struct mce *m, unsigned num) in genstate() argument
104 static void one_bit_all(struct result *rr, int num, int mask) in one_bit_all() argument
124 static void neighbour_same(struct result *rr, int num, int mask) in neighbour_same() argument
140 void optimizer(struct result *rr, int num) in optimizer() argument
152 int num = 0; bitcount() local
164 int i, w, num; table() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttable.c81 void genstate(struct mce *m, unsigned num) in genstate() argument
104 static void one_bit_all(struct result *rr, int num, int mask) in one_bit_all() argument
124 static void neighbour_same(struct result *rr, int num, int mask) in neighbour_same() argument
140 void optimizer(struct result *rr, int num) in optimizer() argument
152 int num = 0; bitcount() local
164 int i, w, num; table() local
[all...]
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dge25519.c199 fe25519 t, chk, num, den, den2, den4, den6; in ge25519_unpackneg_vartime() local
[all...]

Completed in 22 milliseconds

1...<<31323334353637383940>>...77