Home
last modified time | relevance | path

Searched defs:ptr (Results 4001 - 4025 of 7729) sorted by relevance

1...<<161162163164165166167168169170>>...310

/third_party/libsnd/src/
H A Dima_adpcm.c571 ima_read_block(SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima, short *ptr, int len) ima_read_block() argument
596 ima_read_s(SF_PRIVATE *psf, short *ptr, sf_count_t len) ima_read_s() argument
620 ima_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) ima_read_i() argument
648 ima_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) ima_read_f() argument
679 ima_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) ima_read_d() argument
874 ima_write_block(SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima, const short *ptr, int len) ima_write_block() argument
896 ima_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) ima_write_s() argument
920 ima_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) ima_write_i() argument
948 ima_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) ima_write_f() argument
979 ima_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) ima_write_d() argument
[all...]
H A Dfloat32.c512 host_read_f2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) host_read_f2s() argument
543 host_read_f2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) host_read_f2i() argument
573 host_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) host_read_f() argument
600 host_read_f2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) host_read_f2d() argument
627 host_write_s2f(SF_PRIVATE *psf, const short *ptr, sf_count_t len) host_write_s2f() argument
659 host_write_i2f(SF_PRIVATE *psf, const int *ptr, sf_count_t len) host_write_i2f() argument
690 host_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) host_write_f() argument
720 host_write_d2f(SF_PRIVATE *psf, const double *ptr, sf_count_t len) host_write_d2f() argument
753 replace_read_f2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) replace_read_f2s() argument
783 replace_read_f2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) replace_read_f2i() argument
813 replace_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) replace_read_f() argument
844 replace_read_f2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) replace_read_f2d() argument
872 replace_write_s2f(SF_PRIVATE *psf, const short *ptr, sf_count_t len) replace_write_s2f() argument
905 replace_write_i2f(SF_PRIVATE *psf, const int *ptr, sf_count_t len) replace_write_i2f() argument
938 replace_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) replace_write_f() argument
971 replace_write_d2f(SF_PRIVATE *psf, const double *ptr, sf_count_t len) replace_write_d2f() argument
[all...]
H A Dxi.c505 dpcm_read_dsc2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) dpcm_read_dsc2s() argument
531 dpcm_read_dsc2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) dpcm_read_dsc2i() argument
557 dpcm_read_dsc2f(SF_PRIVATE *psf, float *ptr, sf_count_t len) dpcm_read_dsc2f() argument
586 dpcm_read_dsc2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) dpcm_read_dsc2d() argument
618 dpcm_read_dles2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) dpcm_read_dles2s() argument
644 dpcm_read_dles2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) dpcm_read_dles2i() argument
670 dpcm_read_dles2f(SF_PRIVATE *psf, float *ptr, sf_count_t len) dpcm_read_dles2f() argument
699 dpcm_read_dles2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) dpcm_read_dles2d() argument
742 dpcm_write_s2dsc(SF_PRIVATE *psf, const short *ptr, sf_count_t len) dpcm_write_s2dsc() argument
768 dpcm_write_i2dsc(SF_PRIVATE *psf, const int *ptr, sf_count_t len) dpcm_write_i2dsc() argument
794 dpcm_write_f2dsc(SF_PRIVATE *psf, const float *ptr, sf_count_t len) dpcm_write_f2dsc() argument
823 dpcm_write_d2dsc(SF_PRIVATE *psf, const double *ptr, sf_count_t len) dpcm_write_d2dsc() argument
853 dpcm_write_s2dles(SF_PRIVATE *psf, const short *ptr, sf_count_t len) dpcm_write_s2dles() argument
879 dpcm_write_i2dles(SF_PRIVATE *psf, const int *ptr, sf_count_t len) dpcm_write_i2dles() argument
905 dpcm_write_f2dles(SF_PRIVATE *psf, const float *ptr, sf_count_t len) dpcm_write_f2dles() argument
934 dpcm_write_d2dles(SF_PRIVATE *psf, const double *ptr, sf_count_t len) dpcm_write_d2dles() argument
[all...]
/third_party/mbedtls/library/
H A Dplatform.c39 static void platform_free_uninit(void *ptr) in platform_free_uninit() argument
55 void mbedtls_free(void *ptr) in mbedtls_free() argument
H A Dmemory_buffer_alloc.c372 static void buffer_alloc_free(void *ptr) in buffer_alloc_free() argument
562 static void buffer_alloc_free_mutexed(void *ptr) in buffer_alloc_free_mutexed() argument
/third_party/lzma/CPP/Common/
H A DMyVector.h529 unsigned AddInReserved_Ptr_of_new(T *ptr) in AddInReserved_Ptr_of_new() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c659 struct vtn_pointer *ptr = in handle_glsl450_interpolation() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c50 convert_pointer_to_64_bit(nir_builder *b, apply_layout_state *state, nir_ssa_def *ptr) in convert_pointer_to_64_bit() argument
211 nir_ssa_def *ptr = nir_iadd(b, nir_channel(b, rsrc, 0), nir_channel(b, rsrc, 1)); in visit_get_ssbo_size() local
219 nir_ssa_def *ptr = convert_pointer_to_64_bit(b, state, nir_channel(b, rsrc, 0)); in visit_get_ssbo_size() local
[all...]
/third_party/ltp/lib/
H A Dtst_safe_macros.c551 void *safe_realloc(const char *file, const int lineno, void *ptr, size_t size) in safe_realloc() argument
H A Dparse_opts.c149 char *ptr; /* used in getting env variables */ in parse_opts() local
577 char *ptr; global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.c350 uint32_t *ptr = enc->ws->buffer_map(enc->ws, fb->res->buf, &enc->cs, rvce_get_feedback() local
[all...]
H A Dradeon_vcn_enc.c394 uint32_t *ptr = enc->ws->buffer_map(enc->ws, fb->res->buf, &enc->cs, in radeon_enc_get_feedback() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c24 debug_describe_zink_batch_state(char *buf, const struct zink_batch_state *ptr) in debug_describe_zink_batch_state() argument
554 batch_ptr_add_usage(struct zink_batch *batch, struct set *s, void *ptr) in batch_ptr_add_usage() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.c361 uint32_t *ptr = enc->ws->buffer_map(enc->ws, rvce_get_feedback() local
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c384 tegra_screen_fence_reference(struct pipe_screen *pscreen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) tegra_screen_fence_reference() argument
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c40 void *ptr = buf; in virgl_block_write() local
56 void *ptr = buf; in virgl_block_read() local
509 void *ptr = data; in virgl_vtest_recv_transfer_get_data() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.c874 svga_fence_reference(struct pipe_screen *screen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) svga_fence_reference() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgs-test.c423 uint32_t *ptr; in init_tex() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h278 WasmExportedFunction::WasmExportedFunction(Address ptr) : JSFunction(ptr) { in WasmExportedFunction() argument
291 WasmJSFunction::WasmJSFunction(Address ptr) : JSFunction(ptr) { in WasmJSFunction() argument
300 WasmCapiFunction::WasmCapiFunction(Address ptr) : JSFunction(ptr) { in WasmCapiFunction() argument
306 WasmExternalFunction::WasmExternalFunction(Address ptr) : JSFunction(ptr) { in WasmExternalFunction() argument
[all...]
/third_party/node/deps/v8/src/zone/
H A Dzone-chunk-list.h395 void ZoneChunkList<T>::CopyTo(T* ptr) { in CopyTo() argument
/third_party/node/src/
H A Dnode_http_common.h386 explicit External(const NgRcBufPointer<T>& ptr) : ptr_(ptr) {} in External() argument
397 GetInternalizedString( Environment* env, const NgRcBufPointer<T>& ptr) GetInternalizedString() argument
408 New( Allocator* allocator, NgRcBufPointer<T> ptr) New() argument
[all...]
/third_party/musl/src/malloc/mallocng/
H A Dmeta.h75 static inline void *encode_ptr(void *ptr, uint64_t key) in encode_ptr() argument
/third_party/musl/src/crypt/
H A Dcrypt_blowfish.c461 BF_word *ptr = start; in BF_encrypt() local
501 const char *ptr = key; in BF_set_key() local
643 BF_word *ptr = &data.ctx.PS[0]; BF_crypt() local
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-client.c454 static void readcb(struct bufferevent *bev, void *ptr) { in readcb() argument
482 static void writecb(struct bufferevent *bev, void *ptr) { in writecb() argument
498 static void eventcb(struct bufferevent *bev, short events, void *ptr) { in eventcb() argument
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h75 static inline void *encode_ptr(void *ptr, uint64_t key) in encode_ptr() argument

Completed in 29 milliseconds

1...<<161162163164165166167168169170>>...310