Home
last modified time | relevance | path

Searched refs:args (Results 101 - 125 of 10334) sorted by relevance

12345678910>>...414

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_gem.c226 struct drm_radeon_gem_info *args = data; in radeon_gem_info_ioctl() local
231 args->vram_size = (u64)man->size << PAGE_SHIFT; in radeon_gem_info_ioctl()
232 args->vram_visible = rdev->mc.visible_vram_size; in radeon_gem_info_ioctl()
233 args->vram_visible -= rdev->vram_pin_size; in radeon_gem_info_ioctl()
234 args->gart_size = rdev->mc.gtt_size; in radeon_gem_info_ioctl()
235 args->gart_size -= rdev->gart_pin_size; in radeon_gem_info_ioctl()
260 struct drm_radeon_gem_create *args = data; in radeon_gem_create_ioctl() local
267 args->size = roundup(args->size, PAGE_SIZE); in radeon_gem_create_ioctl()
268 r = radeon_gem_object_create(rdev, args in radeon_gem_create_ioctl()
294 struct drm_radeon_gem_userptr *args = data; radeon_gem_userptr_ioctl() local
386 struct drm_radeon_gem_set_domain *args = data; radeon_gem_set_domain_ioctl() local
433 struct drm_radeon_gem_mmap *args = data; radeon_gem_mmap_ioctl() local
441 struct drm_radeon_gem_busy *args = data; radeon_gem_busy_ioctl() local
469 struct drm_radeon_gem_wait_idle *args = data; radeon_gem_wait_idle_ioctl() local
501 struct drm_radeon_gem_set_tiling *args = data; radeon_gem_set_tiling_ioctl() local
519 struct drm_radeon_gem_get_tiling *args = data; radeon_gem_get_tiling_ioctl() local
604 struct drm_radeon_gem_va *args = data; radeon_gem_va_ioctl() local
710 struct drm_radeon_gem_op *args = data; radeon_gem_op_ioctl() local
748 radeon_mode_dumb_create(struct drm_file *file_priv, struct drm_device *dev, struct drm_mode_create_dumb *args) radeon_mode_dumb_create() argument
[all...]
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
H A Dmian.cpp40 napi_value args[2] = {nullptr}; in InitCamera() local
46 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in InitCamera()
48 napi_get_value_string_utf8(env, args[0], nullptr, 0, &typeLen); in InitCamera()
50 napi_get_value_string_utf8(env, args[0], surfaceId, typeLen + 1, &typeLen); in InitCamera()
53 napi_get_value_int32(env, args[1], &index); in InitCamera()
63 napi_value args[1] = {nullptr}; in CameraGetCameraManager() local
66 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in CameraGetCameraManager()
69 napi_get_value_int32(env, args[0], &index); in CameraGetCameraManager()
92 napi_value args[1] = {nullptr}; in OHCameraManagerRegisterCallback() local
95 napi_get_cb_info(env, info, &argc, args, nullpt in OHCameraManagerRegisterCallback()
109 napi_value args[1] = {nullptr}; CameraDeleteCameraManager() local
126 napi_value args[1] = {nullptr}; CameraManagerGetSupportedCameras() local
159 napi_value args[1] = {nullptr}; CameraManagerDeleteSupportedCameras() local
175 napi_value args[1] = {nullptr}; GetSupportedCameraOutputCapability() local
191 napi_value args[1] = {nullptr}; OHCameraManagerCreatePreviewOutput() local
207 napi_value args[1] = {nullptr}; OHCameraManagerCreateCameraInput() local
249 napi_value args[3] = {nullptr}; OHCreateCameraInputWithPositionAndType() local
272 napi_value args[1] = {nullptr}; OHCameraManagerCreateCaptureSession() local
288 napi_value args[1] = {nullptr}; CameraManagerDeleteSupportedCameraOutputCapability() local
304 napi_value args[1] = {nullptr}; PreviewOutputRegisterCallback() local
322 napi_value args[2] = {nullptr}; OHCameraManagerCreatePhotoOutput() local
342 napi_value args[1] = {nullptr}; OHCameraManagerCreateMetadataOutput() local
358 napi_value args[1] = {nullptr}; OHCameraInputOpen() local
374 napi_value args[1] = {nullptr}; OHCameraInputClose() local
390 napi_value args[1] = {nullptr}; OHCameraInputRelease() local
406 napi_value args[1] = {nullptr}; OHCameraInputRegisterCallback() local
422 napi_value args[1] = {nullptr}; OHCameraInputUnregisterCallback() local
438 napi_value args[1] = {nullptr}; OHCaptureSessionBeginConfig() local
454 napi_value args[1] = {nullptr}; OHCaptureSessionCommitConfig() local
470 napi_value args[1] = {nullptr}; OHCaptureSessionStart() local
486 napi_value args[1] = {nullptr}; OHCaptureSessionStop() local
502 napi_value args[1] = {nullptr}; OHCaptureSessionRelease() local
518 napi_value args[1] = {nullptr}; OHCaptureSessionRegisterCallback() local
534 napi_value args[1] = {nullptr}; OHCaptureSessionUnregisterCallback() local
550 napi_value args[1] = {nullptr}; OHCaptureSessionGetExposureBias() local
566 napi_value args[1] = {nullptr}; OHCaptureSessionAddInput() local
582 napi_value args[1] = {nullptr}; OHCaptureSessionRemoveInput() local
598 napi_value args[1] = {nullptr}; OHCaptureSessionAddPreviewOutput() local
614 napi_value args[1] = {nullptr}; OHCaptureSessionAddPhotoOutput() local
630 napi_value args[1] = {nullptr}; OHCaptureSessionGetExposureBiasRange() local
646 napi_value args[1] = {nullptr}; OHCameraManagerIsCameraMuted() local
662 napi_value args[1] = {nullptr}; OHCaptureSessionGetExposureMode() local
678 napi_value args[2] = {nullptr}; OHCaptureSessionIsExposureModeSupported() local
696 napi_value args[2] = {nullptr}; OHCaptureSessionSetExposureMode() local
714 napi_value args[2] = {nullptr}; OHCaptureSessionSetExposureBias() local
732 napi_value args[2] = {nullptr}; OHCaptureSessionIsFlashModeSupported() local
750 napi_value args[1] = {nullptr}; OHCaptureSessionHasFlash() local
766 napi_value args[2] = {nullptr}; OHCaptureSessionSetFlashMode() local
784 napi_value args[1] = {nullptr}; OHCaptureSessionGetFlashMode() local
800 napi_value args[2] = {nullptr}; OHCaptureSessionIsFocusModeSupported() local
818 napi_value args[1] = {nullptr}; OHCaptureSessionGetFocusMode() local
834 napi_value args[1] = {nullptr}; OHCaptureSessionGetFocusPoint() local
850 napi_value args[2] = {nullptr}; OHCaptureSessionSetFocusPoint() local
874 napi_value args[1] = {nullptr}; OHCaptureSessionGetMeteringPoint() local
890 napi_value args[1] = {nullptr}; OHCaptureSessionGetZoomRatio() local
906 napi_value args[1] = {nullptr}; OHCaptureSessionGetZoomRatioRange() local
922 napi_value args[2] = {nullptr}; OHCaptureSessionSetZoomRatio() local
941 napi_value args[2] = {nullptr}; OHCaptureSessionSetMeteringPoint() local
965 napi_value args[2] = {nullptr}; OHCaptureSessionIsVideoStabilizationModeSupported() local
983 napi_value args[1] = {nullptr}; OHCaptureSessionGetVideoStabilizationMode() local
999 napi_value args[2] = {nullptr}; OHCaptureSessionSetVideoStabilizationMode() local
1017 napi_value args[1] = {nullptr}; OHCaptureSessionRemovePreviewOutput() local
1033 napi_value args[1] = {nullptr}; OHCaptureSessionRemovePhotoOutput() local
1049 napi_value args[1] = {nullptr}; OHCaptureSessionAddVideoOutput() local
1066 napi_value args[2] = {nullptr}; OHCameraManagerCreateVideoOutput() local
1086 napi_value args[1] = {nullptr}; OHVideoOutputRegisterCallback() local
1102 napi_value args[1] = {nullptr}; OHVideoOutputUnregisterCallback() local
1118 napi_value args[1] = {nullptr}; OHVideoOutputStart() local
1134 napi_value args[1] = {nullptr}; OHVideoOutputStop() local
1150 napi_value args[1] = {nullptr}; OHCaptureSessionRemoveVideoOutput() local
1166 napi_value args[1] = {nullptr}; OHVideoOutputRelease() local
1182 napi_value args[1] = {nullptr}; OHCameraManagerUnregisterCallback() local
1198 napi_value args[1] = {nullptr}; OHPreviewOutputStart() local
1214 napi_value args[1] = {nullptr}; OHPreviewOutputStop() local
1230 napi_value args[1] = {nullptr}; OHPreviewOutputRelease() local
1246 napi_value args[1] = {nullptr}; OHPhotoOutputRegisterCallback() local
1262 napi_value args[1] = {nullptr}; OHPhotoOutputUnregisterCallback() local
1278 napi_value args[1] = {nullptr}; OHPhotoOutputIsMirrorSupported() local
1294 napi_value args[1] = {nullptr}; OHPhotoOutputCapture() local
1355 napi_value args[2] = {nullptr}; OHPhotoOutputCaptureWithCaptureSetting() local
1374 napi_value args[1] = {nullptr}; OHPhotoOutputRelease() local
[all...]
/third_party/node/src/
H A Dnode_credentials.cc129 static void SafeGetenv(const FunctionCallbackInfo<Value>& args) { in SafeGetenv() argument
130 CHECK(args[0]->IsString()); in SafeGetenv()
131 Environment* env = Environment::GetCurrent(args); in SafeGetenv()
133 Utf8Value strenvtag(isolate, args[0]); in SafeGetenv()
138 args.GetReturnValue().Set(result); in SafeGetenv()
235 static void GetUid(const FunctionCallbackInfo<Value>& args) { in GetUid() argument
236 Environment* env = Environment::GetCurrent(args); in GetUid()
239 args.GetReturnValue().Set(static_cast<uint32_t>(getuid())); in GetUid()
242 static void GetGid(const FunctionCallbackInfo<Value>& args) { in GetGid() argument
243 Environment* env = Environment::GetCurrent(args); in GetGid()
249 GetEUid(const FunctionCallbackInfo<Value>& args) GetEUid() argument
256 GetEGid(const FunctionCallbackInfo<Value>& args) GetEGid() argument
263 SetGid(const FunctionCallbackInfo<Value>& args) SetGid() argument
282 SetEGid(const FunctionCallbackInfo<Value>& args) SetEGid() argument
301 SetUid(const FunctionCallbackInfo<Value>& args) SetUid() argument
320 SetEUid(const FunctionCallbackInfo<Value>& args) SetEUid() argument
339 GetGroups(const FunctionCallbackInfo<Value>& args) GetGroups() argument
361 SetGroups(const FunctionCallbackInfo<Value>& args) SetGroups() argument
391 InitGroups(const FunctionCallbackInfo<Value>& args) InitGroups() argument
[all...]
H A Dnode_file.cc254 void FileHandle::New(const FunctionCallbackInfo<Value>& args) { in New() argument
255 BindingData* binding_data = Realm::GetBindingData<BindingData>(args); in New()
257 CHECK(args.IsConstructCall()); in New()
258 CHECK(args[0]->IsInt32()); in New()
261 FileHandle::New(binding_data, args[0].As<Int32>()->Value(), args.This()); in New()
263 if (args[1]->IsNumber()) in New()
264 handle->read_offset_ = args[1]->IntegerValue(env->context()).FromJust(); in New()
265 if (args[2]->IsNumber()) in New()
266 handle->read_length_ = args[ in New()
493 Close(const FunctionCallbackInfo<Value>& args) Close() argument
502 ReleaseFD(const FunctionCallbackInfo<Value>& args) ReleaseFD() argument
704 SetReturnValue(const FunctionCallbackInfo<Value>& args) SetReturnValue() argument
708 NewFSReqCallback(const FunctionCallbackInfo<Value>& args) NewFSReqCallback() argument
945 Access(const FunctionCallbackInfo<Value>& args) Access() argument
975 Close(const FunctionCallbackInfo<Value>& args) Close() argument
1001 InternalModuleReadJSON(const FunctionCallbackInfo<Value>& args) InternalModuleReadJSON() argument
1098 InternalModuleStat(const FunctionCallbackInfo<Value>& args) InternalModuleStat() argument
1115 Stat(const FunctionCallbackInfo<Value>& args) Stat() argument
1148 LStat(const FunctionCallbackInfo<Value>& args) LStat() argument
1182 FStat(const FunctionCallbackInfo<Value>& args) FStat() argument
1214 StatFs(const FunctionCallbackInfo<Value>& args) StatFs() argument
1256 Symlink(const FunctionCallbackInfo<Value>& args) Symlink() argument
1291 Link(const FunctionCallbackInfo<Value>& args) Link() argument
1324 ReadLink(const FunctionCallbackInfo<Value>& args) ReadLink() argument
1369 Rename(const FunctionCallbackInfo<Value>& args) Rename() argument
1402 FTruncate(const FunctionCallbackInfo<Value>& args) FTruncate() argument
1429 Fdatasync(const FunctionCallbackInfo<Value>& args) Fdatasync() argument
1452 Fsync(const FunctionCallbackInfo<Value>& args) Fsync() argument
1475 Unlink(const FunctionCallbackInfo<Value>& args) Unlink() argument
1499 RMDir(const FunctionCallbackInfo<Value>& args) RMDir() argument
1687 CallMKDirpSync(Environment* env, const FunctionCallbackInfo<Value>& args, FSReqWrapSync* req_wrap, const char* path, int mode) CallMKDirpSync() argument
1706 MKDir(const FunctionCallbackInfo<Value>& args) MKDir() argument
1757 RealPath(const FunctionCallbackInfo<Value>& args) RealPath() argument
1803 ReadDir(const FunctionCallbackInfo<Value>& args) ReadDir() argument
1895 Open(const FunctionCallbackInfo<Value>& args) Open() argument
1929 OpenFileHandle(const FunctionCallbackInfo<Value>& args) OpenFileHandle() argument
1968 CopyFile(const FunctionCallbackInfo<Value>& args) CopyFile() argument
2015 WriteBuffer(const FunctionCallbackInfo<Value>& args) WriteBuffer() argument
2070 WriteBuffers(const FunctionCallbackInfo<Value>& args) WriteBuffers() argument
2117 WriteString(const FunctionCallbackInfo<Value>& args) WriteString() argument
2220 Read(const FunctionCallbackInfo<Value>& args) Read() argument
2276 ReadBuffers(const FunctionCallbackInfo<Value>& args) ReadBuffers() argument
2319 Chmod(const FunctionCallbackInfo<Value>& args) Chmod() argument
2351 FChmod(const FunctionCallbackInfo<Value>& args) FChmod() argument
2382 Chown(const FunctionCallbackInfo<Value>& args) Chown() argument
2417 FChown(const FunctionCallbackInfo<Value>& args) FChown() argument
2448 LChown(const FunctionCallbackInfo<Value>& args) LChown() argument
2480 UTimes(const FunctionCallbackInfo<Value>& args) UTimes() argument
2511 FUTimes(const FunctionCallbackInfo<Value>& args) FUTimes() argument
2541 LUTimes(const FunctionCallbackInfo<Value>& args) LUTimes() argument
2572 Mkdtemp(const FunctionCallbackInfo<Value>& args) Mkdtemp() argument
[all...]
H A Dnode_url.cc69 void BindingData::DomainToASCII(const FunctionCallbackInfo<Value>& args) { in DomainToASCII() argument
70 Environment* env = Environment::GetCurrent(args); in DomainToASCII()
71 CHECK_GE(args.Length(), 1); in DomainToASCII()
72 CHECK(args[0]->IsString()); in DomainToASCII()
74 std::string input = Utf8Value(env->isolate(), args[0]).ToString(); in DomainToASCII()
76 return args.GetReturnValue().Set(FIXED_ONE_BYTE_STRING(env->isolate(), "")); in DomainToASCII()
85 return args.GetReturnValue().Set(FIXED_ONE_BYTE_STRING(env->isolate(), "")); in DomainToASCII()
88 args.GetReturnValue().Set( in DomainToASCII()
92 void BindingData::DomainToUnicode(const FunctionCallbackInfo<Value>& args) { in DomainToUnicode() argument
93 Environment* env = Environment::GetCurrent(args); in DomainToUnicode()
122 CanParse(const FunctionCallbackInfo<Value>& args) CanParse() argument
148 Format(const FunctionCallbackInfo<Value>& args) Format() argument
192 Parse(const FunctionCallbackInfo<Value>& args) Parse() argument
227 Update(const FunctionCallbackInfo<Value>& args) Update() argument
302 ToASCII(const v8::FunctionCallbackInfo<v8::Value>& args) ToASCII() argument
313 ToUnicode(const v8::FunctionCallbackInfo<v8::Value>& args) ToUnicode() argument
[all...]
H A Dtcp_wrap.cc150 void TCPWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument
154 CHECK(args.IsConstructCall()); in New()
155 CHECK(args[0]->IsInt32()); in New()
156 Environment* env = Environment::GetCurrent(args); in New()
158 int type_value = args[0].As<Int32>()->Value(); in New()
173 new TCPWrap(env, args.This(), provider); in New()
185 void TCPWrap::SetNoDelay(const FunctionCallbackInfo<Value>& args) { in SetNoDelay() argument
188 args.Holder(), in SetNoDelay()
189 args.GetReturnValue().Set(UV_EBADF)); in SetNoDelay()
190 int enable = static_cast<int>(args[ in SetNoDelay()
196 SetKeepAlive(const FunctionCallbackInfo<Value>& args) SetKeepAlive() argument
211 SetSimultaneousAccepts(const FunctionCallbackInfo<Value>& args) SetSimultaneousAccepts() argument
223 Open(const FunctionCallbackInfo<Value>& args) Open() argument
241 Bind( const FunctionCallbackInfo<Value>& args, int family, std::function<int(const char* ip_address, int port, T* addr)> uv_ip_addr) Bind() argument
270 Bind(const FunctionCallbackInfo<Value>& args) Bind() argument
275 Bind6(const FunctionCallbackInfo<Value>& args) Bind6() argument
280 Listen(const FunctionCallbackInfo<Value>& args) Listen() argument
295 Connect(const FunctionCallbackInfo<Value>& args) Connect() argument
306 Connect6(const FunctionCallbackInfo<Value>& args) Connect6() argument
318 Connect(const FunctionCallbackInfo<Value>& args, std::function<int(const char* ip_address, T* addr)> uv_ip_addr) Connect() argument
361 Reset(const FunctionCallbackInfo<Value>& args) Reset() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h17 static void append_index_uv_varyings(GrGeometryProcessor::ProgramImpl::EmitArgs& args, in append_index_uv_varyings() argument
29 if (args.fShaderCaps->integerSupport()) { in append_index_uv_varyings()
31 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
37 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
43 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
52 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
58 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
66 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
77 args.fVaryingHandler->addVarying("TextureCoords", uv); in append_index_uv_varyings()
78 args in append_index_uv_varyings()
96 append_multitexture_lookup(GrGeometryProcessor::ProgramImpl::EmitArgs& args, int numTextureSamplers, const GrGLSLVarying& texIdx, const char* coordName, const char* colorName) append_multitexture_lookup() argument
[all...]
/third_party/libdrm/tests/radeon/
H A Drbo.c65 struct drm_radeon_gem_create args; in rbo() local
67 args.size = size; in rbo()
68 args.alignment = alignment; in rbo()
69 args.initial_domain = RADEON_GEM_DOMAIN_CPU; in rbo()
70 args.flags = 0; in rbo()
71 args.handle = 0; in rbo()
73 &args, sizeof(args)); in rbo()
74 bo->handle = args.handle; in rbo()
96 struct drm_radeon_gem_mmap args; in rbo_map() local
141 struct drm_gem_close args; rbo_decref() local
160 struct drm_radeon_gem_wait_idle args; rbo_wait() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DreadonlyRestParameters.js8 function f1(...args: readonly string[]) {
9 f0(...args); // Error
11 f1('abc', ...args);
12 f1(...args);
15 function f2(...args: readonly [string, string]) {
16 f0(...args);
18 f1('abc', ...args);
19 f1(...args);
21 f2('abc', ...args); // Error
22 f2(...args);
[all...]
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_view.c145 fdl6_texswiz(const struct fdl_view_args *args, bool has_z24uint_s8uint) in fdl6_texswiz() argument
148 fdl6_format_swiz(args->format, has_z24uint_s8uint, format_swiz); in fdl6_texswiz()
151 util_format_compose_swizzles(format_swiz, args->swiz, swiz); in fdl6_texswiz()
163 const struct fdl_view_args *args, bool has_z24uint_s8uint) in fdl6_view_init()
166 uint32_t width = u_minify(layout->width0, args->base_miplevel); in fdl6_view_init()
167 uint32_t height = u_minify(layout->height0, args->base_miplevel); in fdl6_view_init()
175 util_format_get_blockwidth(args->format) == 1) { in fdl6_view_init()
178 util_format_get_blockwidth(args->format) > 1) { in fdl6_view_init()
179 width *= util_format_get_blockwidth(args->format); in fdl6_view_init()
183 util_format_get_blockheight(args in fdl6_view_init()
162 fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts, const struct fdl_view_args *args, bool has_z24uint_s8uint) fdl6_view_init() argument
436 struct fdl_view_args args = { fdl6_buffer_view_init() local
[all...]
/third_party/python/Tools/scripts/
H A Dtexi2html.py76 # with {} args)
337 def write(self, *args):
339 text = ''.join(args)
341 print(args)
552 def do_include(self, args):
553 file = args
701 args = [s.strip() for s in text.split(',')]
702 while len(args) < 3: args.append('')
703 node = args[
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dcallback_proc.c26 struct cb_getattrargs *args = argp; in nfs4_callback_getattr() local
41 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr()
45 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr()
60 args->bitmap[0]; in nfs4_callback_getattr()
62 args->bitmap[1]; in nfs4_callback_getattr()
66 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr()
76 struct cb_recallargs *args = argp; in nfs4_callback_recall() local
88 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_recall()
92 trace_nfs4_cb_recall(cps->clp, &args->fh, NULL, in nfs4_callback_recall()
93 &args in nfs4_callback_recall()
239 initiate_file_draining(struct nfs_client *clp, struct cb_layoutrecallargs *args) initiate_file_draining() argument
309 initiate_bulk_draining(struct nfs_client *clp, struct cb_layoutrecallargs *args) initiate_bulk_draining() argument
323 do_callback_layoutrecall(struct nfs_client *clp, struct cb_layoutrecallargs *args) do_callback_layoutrecall() argument
334 struct cb_layoutrecallargs *args = argp; nfs4_callback_layoutrecall() local
344 struct cb_layoutrecallargs args; pnfs_recall_all_layouts() local
356 struct cb_devicenotifyargs *args = argp; nfs4_callback_devicenotify() local
397 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, const struct cb_sequenceargs * args) validate_seqid() argument
486 struct cb_sequenceargs *args = argp; nfs4_callback_sequence() local
590 struct cb_recallanyargs *args = argp; nfs4_callback_recallany() local
637 struct cb_recallslotargs *args = argp; nfs4_callback_recallslot() local
663 struct cb_notify_lock_args *args = argp; nfs4_callback_notify_lock() local
679 nfs4_copy_cb_args(struct nfs4_copy_state *cp_state, struct cb_offloadargs *args) nfs4_copy_cb_args() argument
695 struct cb_offloadargs *args = data; nfs4_callback_offload() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c105 (DIV_ROUND_UP(exec->args->width, 32) * y + x); in vc4_full_res_offset()
127 struct drm_vc4_submit_cl *args = exec->args; in emit_tile() local
128 bool has_bin = args->bin_cl_size != 0; in emit_tile()
135 if (args->color_read.flags & in emit_tile()
140 &args->color_read, x, y) | in emit_tile()
144 rcl_u16(setup, args->color_read.bits); in emit_tile()
146 args->color_read.offset); in emit_tile()
157 if (args->zs_read.flags & in emit_tile()
162 &args in emit_tile()
256 struct drm_vc4_submit_cl *args = exec->args; vc4_create_rcl_bo() local
387 struct drm_vc4_submit_cl *args = exec->args; vc4_full_res_bounds_check() local
597 struct drm_vc4_submit_cl *args = exec->args; vc4_get_rcl() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_render_cl.c98 (DIV_ROUND_UP(exec->args->width, exec->tile_width) * y + x); in vc4_full_res_offset()
120 struct drm_vc4_submit_cl *args = exec->args; in emit_tile() local
121 bool has_bin = args->bin_cl_size != 0; in emit_tile()
128 if (args->color_read.flags & in emit_tile()
133 &args->color_read, x, y) | in emit_tile()
137 rcl_u16(setup, args->color_read.bits); in emit_tile()
139 args->color_read.offset); in emit_tile()
150 if (args->zs_read.flags & in emit_tile()
155 &args in emit_tile()
250 struct drm_vc4_submit_cl *args = exec->args; vc4_create_rcl_bo() local
381 struct drm_vc4_submit_cl *args = exec->args; vc4_full_res_bounds_check() local
584 struct drm_vc4_submit_cl *args = exec->args; vc4_get_rcl() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \
53 printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0)
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args)
59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args)
60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args)
61 #define lbs_deb_wext(fmt, args
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \
53 printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0)
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args)
59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args)
60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args)
61 #define lbs_deb_wext(fmt, args
[all...]
/third_party/node/test/addons/async-resource/
H A Dbinding.cc31 void CreateAsyncResource(const FunctionCallbackInfo<Value>& args) { in CreateAsyncResource() argument
32 Isolate* isolate = args.GetIsolate(); in CreateAsyncResource()
33 assert(args[0]->IsObject()); in CreateAsyncResource()
35 if (args[1]->IsInt32()) { in CreateAsyncResource()
36 r = new AsyncResource(isolate, args[0].As<Object>(), "foobär", in CreateAsyncResource()
37 args[1].As<Integer>()->Value()); in CreateAsyncResource()
39 r = new AsyncResource(isolate, args[0].As<Object>(), "foobär"); in CreateAsyncResource()
42 args.GetReturnValue().Set( in CreateAsyncResource()
46 void DestroyAsyncResource(const FunctionCallbackInfo<Value>& args) { in DestroyAsyncResource() argument
47 assert(args[ in DestroyAsyncResource()
52 CallViaFunction(const FunctionCallbackInfo<Value>& args) CallViaFunction() argument
69 CallViaString(const FunctionCallbackInfo<Value>& args) CallViaString() argument
82 CallViaUtf8Name(const FunctionCallbackInfo<Value>& args) CallViaUtf8Name() argument
92 GetAsyncId(const FunctionCallbackInfo<Value>& args) GetAsyncId() argument
98 GetTriggerAsyncId(const FunctionCallbackInfo<Value>& args) GetTriggerAsyncId() argument
104 GetResource(const FunctionCallbackInfo<Value>& args) GetResource() argument
110 RunSubclassTest(const FunctionCallbackInfo<Value>& args) RunSubclassTest() argument
[all...]
/third_party/skia/tools/calmbench/
H A Dab.py70 parser.add_argument('arg_a', type=str, help="args for A's nanobench run")
71 parser.add_argument('arg_b', type=str, help="args for B's nanobench run")
84 # Additional args for bots
89 args = parser.parse_args()
90 args.skip_b = args.skip_b == "true"
91 args.noinit = args.noinit == "true"
93 if args.threads == -1:
94 args
[all...]
/third_party/node/tools/zos/
H A Dsdwrap.py6 def wrap(args):
7 l = args.input.readline(72)
16 l = args.input.readline(72)
23 l = l[-1] + args.input.readline(70)
24 args.output.write(outstr)
28 def unwrap(args):
29 l = args.input.readline()
41 args.output.write(l[:71])
44 args.output.write(l[1:71])
47 args
[all...]
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dethtool.py12 def args_to_req(ynl, op_name, args, req):
19 if len(args) == 0:
24 while i < len(args):
25 attr = args[i]
26 if i + 1 >= len(args):
34 val = args[i+1]
72 def doit(ynl, args, op_name):
78 'dev-name': args.device,
82 args_to_req(ynl, op_name, args.args, re
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.c20 struct ipc_task_queue_args *args = &ipc_task->args[q_rpos]; in ipc_task_queue_handler() local
23 if (args->func) in ipc_task_queue_handler()
24 args->response = args->func(args->ipc_imem, args->arg, in ipc_task_queue_handler()
25 args->msg, args->size); in ipc_task_queue_handler()
28 if (args in ipc_task_queue_handler()
62 struct ipc_task_queue_args *args = &ipc_task->args[q_rpos]; ipc_task_queue_cleanup() local
[all...]
/third_party/python/Modules/clinic/
H A Dzlibmodule.c.h25 zlib_compress(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_compress() argument
36 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 3, 0, argsbuf); in zlib_compress()
37 if (!args) { in zlib_compress()
40 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_compress()
44 _PyArg_BadArgument("compress", "argument 1", "contiguous buffer", args[0]); in zlib_compress()
50 if (args[1]) { in zlib_compress()
51 level = _PyLong_AsInt(args[1]); in zlib_compress()
59 wbits = _PyLong_AsInt(args[2]); in zlib_compress()
96 zlib_decompress(PyObject *module, PyObject *const *args, Py_ssize_ argument
192 zlib_compressobj(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_compressobj() argument
296 zlib_decompressobj(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_decompressobj() argument
351 zlib_Compress_compress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_compress() argument
406 zlib_Decompress_decompress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_decompress() argument
473 zlib_Compress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_flush() argument
514 zlib_Compress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_copy() argument
539 zlib_Compress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___copy__() argument
565 zlib_Compress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___deepcopy__() argument
601 zlib_Decompress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_copy() argument
626 zlib_Decompress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___copy__() argument
652 zlib_Decompress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___deepcopy__() argument
690 zlib_Decompress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_flush() argument
742 zlib_adler32(PyObject *module, PyObject *const *args, Py_ssize_t nargs) zlib_adler32() argument
795 zlib_crc32(PyObject *module, PyObject *const *args, Py_ssize_t nargs) zlib_crc32() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Drootnv50.c42 } *args = data; in nv50_disp_root_mthd_() local
54 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, true))) { in nv50_disp_root_mthd_()
56 args->v0.version, args->v0.method, args->v0.head); in nv50_disp_root_mthd_()
57 mthd = args->v0.method; in nv50_disp_root_mthd_()
58 hidx = args->v0.head; in nv50_disp_root_mthd_()
60 if (!(ret = nvif_unpack(ret, &data, &size, args->v1, 1, 1, true))) { in nv50_disp_root_mthd_()
63 args->v1.version, args in nv50_disp_root_mthd_()
99 } *args = data; nv50_disp_root_mthd_() local
117 } *args = data; nv50_disp_root_mthd_() local
138 } *args = data; nv50_disp_root_mthd_() local
171 } *args = data; nv50_disp_root_mthd_() local
216 } *args = data; nv50_disp_root_mthd_() local
233 } *args = data; nv50_disp_root_mthd_() local
248 } *args = data; nv50_disp_root_mthd_() local
[all...]
/third_party/node/deps/v8/tools/
H A Dcallstats.py54 def start_replay_server(args, sites, discard_output=True):
58 generate_injection(f, sites, args.refresh)
59 http_port = 4080 + args.port_offset
60 https_port = 4443 + args.port_offset
62 args.replay_bin,
69 args.replay_wpr,
78 print("RUNNING REPLAY SERVER: %s with PID=%s" % (args.replay_bin, server.pid))
149 def get_chrome_replay_flags(args, arg_delimiter=""):
150 http_port = 4080 + args.port_offset
151 https_port = 4443 + args
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dgenerate_font_data_xml.py59 args = parser.parse_args() variable
61 if args.num_mappings <= 0:
63 args.num_mappings = 1
65 if args.destination is not None:
67 os.stat(args.destination)
69 os.mkdir(args.destination)
70 args.destination = FixPath(args.destination)
72 args.source = FixPath(args
[all...]

Completed in 22 milliseconds

12345678910>>...414