Home
last modified time | relevance | path

Searched defs:target (Results 2551 - 2575 of 3827) sorted by relevance

1...<<101102103104105106107108109110>>...154

/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp653 ucal_getFieldDifference(UCalendar* cal, UDate target, in ucal_getFieldDifference() argument
H A Ddtitvinf.cpp780 copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) copyHash() argument
H A Drbt_pars.cpp1676 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { in utrans_stripRules() argument
[all...]
/third_party/libuv/src/win/
H A Dprocess.c449 WCHAR* quote_cmd_arg(const WCHAR *source, WCHAR *target) { in quote_cmd_arg() argument
[all...]
/third_party/libdrm/include/drm/
H A Dtegra_drm.h339 } target; member
/third_party/libbpf/src/
H A Dbpf.c632 int bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_attach_opts() argument
670 int bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_detach_opts() argument
921 int bpf_prog_query_opts(int target, enum bpf_attach_type type, in bpf_prog_query_opts() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp725 jerry_value_t target = jerry_create_object (); in HWTEST_F() local
761 jerry_value_t target = jerry_create_object (); in HWTEST_F() local
/third_party/lame/libmp3lame/
H A Dvbrquantize.c1155 outOfBitsStrategy(algo_t const* that, const int sfwork[SFBMAX], const int vbrsfmin[SFBMAX], int target) in outOfBitsStrategy() argument
1041 searchGlobalStepsizeMax(const algo_t * that, const int sfwork[SFBMAX], const int vbrsfmin[SFBMAX], int target) searchGlobalStepsizeMax() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c1155 droid_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, argument
H A Dplatform_ohos.c747 ohos_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in ohos_create_image_khr() argument
/third_party/ltp/lib/
H A Dsafe_macros.c895 safe_mount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) safe_mount() argument
956 safe_umount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *target) safe_umount() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_draw.c245 const struct pipe_stream_output_target *target = in v3d_predraw_check_outputs() local
H A Dv3dx_state.c1255 struct v3d_stream_output_target *target; in v3d_create_stream_output_target() local
1272 v3d_stream_output_target_destroy(struct pipe_context *pctx, struct pipe_stream_output_target *target) v3d_stream_output_target_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c586 static struct ruvd_h265 get_h265_msg(struct ruvd_decoder *dec, struct pipe_video_buffer *target, in get_h265_msg() argument
1003 static void ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, in ruvd_begin_frame() argument
1077 static void ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, in ruvd_end_frame() argument
1023 ruvd_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) ruvd_decode_macroblock() argument
1036 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
[all...]
H A Dsi_shader_llvm_vs.c430 si_llvm_init_vs_export_args(struct si_shader_context *ctx, const LLVMValueRef *values, unsigned target, struct ac_export_args *args) si_llvm_init_vs_export_args() argument
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c468 const enum pipe_texture_target target = PIPE_TEXTURE_2D; in choose_depth_stencil_format() local
1141 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p, Colormap cmap, int format, int target, int mipmap) XMesaCreatePixmapTextureBuffer() argument
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c176 init_tex(struct context *ctx, int slot, enum pipe_texture_target target, bool rw, enum pipe_format format, int w, int h, void (*init)(void *, int, int, int)) init_tex() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c165 virgl_drm_winsys_resource_create_blob(struct virgl_winsys *qws, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_drm_winsys_resource_create_blob() argument
248 virgl_drm_winsys_resource_create(struct virgl_winsys *qws, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, bool for_fencing) virgl_drm_winsys_resource_create() argument
403 virgl_drm_winsys_resource_cache_create(struct virgl_winsys *qws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_drm_winsys_resource_cache_create() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c829 ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_begin_frame() argument
851 ruvd_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) ruvd_decode_macroblock() argument
864 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
923 ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_end_frame() argument
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c199 uint target; /* TGSI_TEXTURE_x */ member
1491 unsigned target = sx.resources[res_index].target; in Shader_tgsi_translate() local
1824 unsigned target; Shader_tgsi_translate() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_context.cc332 void SecureContext::Initialize(Environment* env, Local<Object> target) { in Initialize() argument
H A Dcrypto_keys.cc435 ExportJWKSecretKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) ExportJWKSecretKey() argument
487 ExportJWKAsymmetricKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target, bool handleRsaPss) ExportJWKAsymmetricKey() argument
528 GetSecretKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetSecretKeyDetail() argument
541 GetAsymmetricKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetAsymmetricKeyDetail() argument
1342 Initialize(Environment* env, Local<Object> target) Initialize() argument
1482 Initialize(Environment* env, Local<Object> target) Initialize() argument
[all...]
H A Dcrypto_util.h429 Initialize( v8::FunctionCallback new_fn, Environment* env, v8::Local<v8::Object> target) Initialize() argument
478 Initialize( Environment* env, v8::Local<v8::Object> target) Initialize() argument
/third_party/node/src/
H A Dnode_contextify.cc326 void ContextifyContext::Init(Environment* env, Local<Object> target) { in Init() argument
741 void ContextifyScript::Init(Environment* env, Local<Object> target) { in Init() argument
913 StoreCodeCacheResult( Environment* env, Local<Object> target, ScriptCompiler::CompileOptions compile_options, const v8::ScriptCompiler::Source& source, bool produce_cached_data, std::unique_ptr<ScriptCompiler::CachedData> new_cached_data) StoreCodeCacheResult() argument
1364 Init(Environment* env, Local<Object> target) Init() argument
1380 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
[all...]
H A Dnode_buffer.cc1360 void Initialize(Local<Object> target, in Initialize() argument
[all...]

Completed in 55 milliseconds

1...<<101102103104105106107108109110>>...154