/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 100 KDBMSG(ARGCOUNT, "Improper argument count, see usage."), 768 kp->name, kp->usage, kp->help); in kdb_defcmd() 795 mp->usage = kdb_strdup(argv[2], GFP_KDB); in kdb_defcmd() 796 if (!mp->usage) in kdb_defcmd() 801 if (mp->usage[0] == '"') { in kdb_defcmd() 802 strcpy(mp->usage, argv[2]+1); in kdb_defcmd() 803 mp->usage[strlen(mp->usage)-1] = '\0'; in kdb_defcmd() 814 kfree(mp->usage); in kdb_defcmd() 2428 if (strlen(kt->usage) > 2 in kdb_help() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryRequirementsTests.cpp | 54 Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage) in makeBuffer() argument 62 usage, // VkBufferUsageFlags usage; in makeBuffer() 70 VkMemoryRequirements getBufferMemoryRequirements (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage) in getBufferMemoryRequirements() argument 72 const Unique<VkBuffer> buffer(makeBuffer(vk, device, size, flags, usage)); in getBufferMemoryRequirements() 76 VkMemoryRequirements getBufferMemoryRequirements2 (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, void* next = DE_NULL) in getBufferMemoryRequirements2() argument 78 const Unique<VkBuffer> buffer (makeBuffer(vk, device, size, flags, usage)); in getBufferMemoryRequirements2() 98 VkMemoryRequirements getBufferCreateInfoMemoryRequirementsKHR (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, void* next = DE_NULL) in getBufferCreateInfoMemoryRequirementsKHR() argument 106 usage, // VkBufferUsageFlags usage; in getBufferCreateInfoMemoryRequirementsKHR() 441 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument 458 verifyMemoryRequirements(tcu::ResultCollector& result, const VkPhysicalDeviceMemoryProperties& deviceMemoryProperties, const VkPhysicalDeviceLimits& limits, const VkBufferCreateFlags bufferFlags, const VkBufferUsageFlags usage) verifyMemoryRequirements() argument 564 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument 637 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument 672 verifyMemoryRequirements(tcu::ResultCollector& result, const VkPhysicalDeviceMemoryProperties& deviceMemoryProperties, const VkPhysicalDeviceLimits& limits, const VkBufferCreateFlags bufferFlags, const VkBufferUsageFlags usage) verifyMemoryRequirements() argument 740 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument 760 verifyMemoryRequirements(tcu::ResultCollector& result, const VkPhysicalDeviceMemoryProperties& deviceMemoryProperties, const VkPhysicalDeviceLimits& limits, const VkBufferCreateFlags bufferFlags, const VkBufferUsageFlags usage) verifyMemoryRequirements() argument 1016 isUsageMatchesFeatures(const VkImageUsageFlags usage, const VkFormatFeatureFlags featureFlags) isUsageMatchesFeatures() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-evision.c | 18 struct hid_field *field, struct hid_usage *usage, in evision_input_mapping() 21 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER) in evision_input_mapping() 25 if ((usage->hid & HID_USAGE) >> 8 == 0x05) in evision_input_mapping() 28 if ((usage->hid & HID_USAGE) >> 8 == 0x06) in evision_input_mapping() 31 switch (usage->hid & HID_USAGE) { in evision_input_mapping() 17 evision_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) evision_input_mapping() argument
|
H A D | hid-petalynx.c | 35 #define pl_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \ 38 struct hid_field *field, struct hid_usage *usage, in pl_input_mapping() 41 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_LOGIVENDOR) { in pl_input_mapping() 42 switch (usage->hid & HID_USAGE) { in pl_input_mapping() 54 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_CONSUMER) { in pl_input_mapping() 55 switch (usage->hid & HID_USAGE) { in pl_input_mapping() 37 pl_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) pl_input_mapping() argument
|
H A D | hid-lg.c | 56 * a custom vendor usage page, providing only a combined value as 535 #define lg_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \ 539 struct hid_usage *usage, unsigned long **bit, int *max) in lg_ultrax_remote_mapping() 541 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in lg_ultrax_remote_mapping() 545 switch (usage->hid & HID_USAGE) { in lg_ultrax_remote_mapping() 571 static int lg_wireless_mapping(struct hid_input *hi, struct hid_usage *usage, in lg_wireless_mapping() argument 574 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER) in lg_wireless_mapping() 577 switch (usage->hid & HID_USAGE) { in lg_wireless_mapping() 633 struct hid_field *field, struct hid_usage *usage, in lg_input_mapping() 649 unsigned int hid = usage in lg_input_mapping() 538 lg_ultrax_remote_mapping(struct hid_input *hi, struct hid_usage *usage, unsigned long **bit, int *max) lg_ultrax_remote_mapping() argument 632 lg_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lg_input_mapping() argument 681 lg_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lg_input_mapped() argument 722 lg_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lg_event() argument [all...] |
/third_party/ltp/testcases/network/sockets/ |
H A D | ltpSockets.sh | 12 usage() function 15 usage: ${0##*/} [ -h hostname2 ] [ -d testdata ] 36 usage;; 42 usage; 48 usage;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2482 static bool checkLimit (glw::GLenum pname, int usage, const glw::Functions& gl, tcu::TestLog& log) 2484 if (usage > 0) 2490 log << tcu::TestLog::Message << "\t" << glu::getGettableStateStr(pname) << " = " << limit << ", test requires " << usage << tcu::TestLog::EndMessage; 2492 if (limit < usage) 2504 const ProgramInterfaceDefinition::ShaderResourceUsage usage = getShaderResourceUsage(program, shader); 2513 int usage; 2516 { GL_MAX_VERTEX_ATTRIBS, usage.numInputVectors }, 2517 { GL_MAX_VERTEX_UNIFORM_COMPONENTS, usage.numDefaultBlockUniformComponents }, 2518 { GL_MAX_VERTEX_UNIFORM_VECTORS, usage.numUniformVectors }, 2519 { GL_MAX_VERTEX_UNIFORM_BLOCKS, usage [all...] |
/third_party/mesa3d/src/intel/isl/ |
H A D | isl.h | 1415 /** ISL aux usage implied by this modifier */ 1456 isl_surf_usage_flags_t usage; member 1550 /** Copy of isl_surf_init_info::usage. */ 1551 isl_surf_usage_flags_t usage; member 1572 * Indicates the usage of the particular view 1577 isl_surf_usage_flags_t usage; member 1597 * storage image or render target. If `usage` contains 1779 * Track stencil aux usage for Gen >= 12 2100 * the given usage. Two usages are compatible if it's possible to 2106 enum isl_aux_usage usage, 2147 isl_aux_usage_has_hiz(enum isl_aux_usage usage) isl_aux_usage_has_hiz() argument 2155 isl_aux_usage_has_mcs(enum isl_aux_usage usage) isl_aux_usage_has_mcs() argument 2162 isl_aux_usage_has_ccs(enum isl_aux_usage usage) isl_aux_usage_has_ccs() argument 2258 isl_surf_usage_is_display(isl_surf_usage_flags_t usage) isl_surf_usage_is_display() argument 2264 isl_surf_usage_is_depth(isl_surf_usage_flags_t usage) isl_surf_usage_is_depth() argument 2270 isl_surf_usage_is_stencil(isl_surf_usage_flags_t usage) isl_surf_usage_is_stencil() argument 2276 isl_surf_usage_is_depth_and_stencil(isl_surf_usage_flags_t usage) isl_surf_usage_is_depth_and_stencil() argument 2283 isl_surf_usage_is_depth_or_stencil(isl_surf_usage_flags_t usage) isl_surf_usage_is_depth_or_stencil() argument 2289 isl_surf_usage_is_cpb(isl_surf_usage_flags_t usage) isl_surf_usage_is_cpb() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | cred.c | 40 static struct group_info init_groups = { .usage = ATOMIC_INIT(2) }; 46 .usage = ATOMIC_INIT(4), 75 if (atomic_long_read(&cred->usage) != 0) in put_cred_rcu() 76 panic("CRED: put_cred_rcu() sees %p with usage %ld\n", in put_cred_rcu() 77 cred, atomic_long_read(&cred->usage)); in put_cred_rcu() 102 atomic_long_read(&cred->usage)); in __put_cred() 104 BUG_ON(atomic_long_read(&cred->usage) != 0); in __put_cred() 123 atomic_long_read(&tsk->cred->usage)); in exit_creds() 177 atomic_long_set(&new->usage, 1); in cred_alloc_blank() 218 atomic_long_set(&new->usage, in prepare_creds() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | units_data.cpp | 160 // hierarchy of category/usage/region, within which are a set of 167 const char *usage; variable 168 for (int32_t j = 0; categoryTable.getKeyAndValue(j, usage, value); j++) { 173 // category/usage/region. 180 category, usage, region, preferences->length(), prefLen, status); 258 * usage and region: if missing, region falls back to "001", and usage 264 * @param usage The usage for which formatting preferences is needed. If the 265 * given usage i 277 getPreferenceMetadataIndex(const MaybeStackVector<UnitPreferenceMetadata> *metadata, StringPiece category, StringPiece usage, StringPiece region, UErrorCode &status) getPreferenceMetadataIndex() argument 331 UnitPreferenceMetadata(StringPiece category, StringPiece usage, StringPiece region, int32_t prefsOffset, int32_t prefsCount, UErrorCode &status) UnitPreferenceMetadata() argument 406 getPreferencesFor(StringPiece category, StringPiece usage, const Locale &locale, UErrorCode &status) const getPreferencesFor() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_data.cpp | 158 // hierarchy of category/usage/region, within which are a set of in put() 165 const char *usage; in put() local 166 for (int32_t j = 0; categoryTable.getKeyAndValue(j, usage, value); j++) { in put() 171 // category/usage/region. in put() 178 category, usage, region, preferences->length(), prefLen, status); in put() 256 * usage and region: if missing, region falls back to "001", and usage 262 * @param usage The usage for which formatting preferences is needed. If the 263 * given usage i 275 getPreferenceMetadataIndex(const MaybeStackVector<UnitPreferenceMetadata> *metadata, StringPiece category, StringPiece usage, StringPiece region, UErrorCode &status) getPreferenceMetadataIndex() argument 329 UnitPreferenceMetadata(StringPiece category, StringPiece usage, StringPiece region, int32_t prefsOffset, int32_t prefsCount, UErrorCode &status) UnitPreferenceMetadata() argument 394 getPreferencesFor(StringPiece category, StringPiece usage, StringPiece region, const UnitPreference *const *&outPreferences, int32_t &preferenceCount, UErrorCode &status) const getPreferencesFor() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_resource.c | 200 COND(prsc->usage & PIPE_USAGE_STAGING, FD_BO_CACHED_COHERENT) | in realloc_bo() 305 translate_usage(unsigned usage) in translate_usage() argument 309 if (usage & PIPE_MAP_READ) in translate_usage() 312 if (usage & PIPE_MAP_WRITE) in translate_usage() 320 unsigned usage) in fd_resource_busy() 324 if (pending(rsc, !!(usage & PIPE_MAP_WRITE))) in fd_resource_busy() 327 if (resource_busy(rsc, translate_usage(usage))) in fd_resource_busy() 334 unsigned usage); 606 tmpl.usage = PIPE_USAGE_STAGING; 674 unsigned usage) assert_d 319 fd_resource_busy(struct pipe_screen *pscreen, struct pipe_resource *prsc, unsigned usage) fd_resource_busy() argument 782 resource_transfer_map_unsync(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct fd_transfer *trans) resource_transfer_map_unsync() argument 964 fd_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) fd_resource_transfer_map() argument 1059 fd_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, struct winsys_handle *handle, unsigned usage) fd_resource_get_handle() argument 1381 fd_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle, unsigned usage) fd_resource_from_handle() argument [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | gentests.sh | 16 usage(){ function 30 usage 39 test $# -eq 0 || usage 44 test -d "$testdir" || usage 47 mkdir "$testdir" 2>/dev/null || mkdir -p "$testdir" || usage 55 usage
|
/kernel/linux/linux-5.10/kernel/ |
H A D | cred.c | 37 struct group_info init_groups = { .usage = ATOMIC_INIT(2) }; 43 .usage = ATOMIC_INIT(4), 102 atomic_long_read(&cred->usage) != 0 || in put_cred_rcu() 105 " mag %x, put %p, usage %ld, subscr %d\n", in put_cred_rcu() 107 atomic_long_read(&cred->usage), in put_cred_rcu() 110 if (atomic_long_read(&cred->usage) != 0) in put_cred_rcu() 111 panic("CRED: put_cred_rcu() sees %p with usage %ld\n", in put_cred_rcu() 112 cred, atomic_long_read(&cred->usage)); in put_cred_rcu() 136 atomic_long_read(&cred->usage), in __put_cred() 139 BUG_ON(atomic_long_read(&cred->usage) ! in __put_cred() [all...] |
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpsender.c | 77 * Function: usage() 80 * Print the usage of this program. Then, terminate this program with 89 void usage(char *program_name, int exit_value) in usage() function 91 FILE *stream = stdout; /* stream where the usage is output */ in usage() 107 "\t-h\t\tdisplay this usage\n" in usage() 181 usage(program_name, EXIT_FAILURE); in parse_options() 199 usage(program_name, EXIT_FAILURE); in parse_options() 215 usage(program_name, EXIT_FAILURE); in parse_options() 233 usage(program_name, EXIT_SUCCESS); in parse_options() 248 usage(program_nam in parse_options() [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-petalynx.c | 35 #define pl_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \ 38 struct hid_field *field, struct hid_usage *usage, in pl_input_mapping() 41 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_LOGIVENDOR) { in pl_input_mapping() 42 switch (usage->hid & HID_USAGE) { in pl_input_mapping() 54 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_CONSUMER) { in pl_input_mapping() 55 switch (usage->hid & HID_USAGE) { in pl_input_mapping() 37 pl_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) pl_input_mapping() argument
|
H A D | hid-core.c | 110 field->usage = (struct hid_usage *)(field + 1); in hid_register_field() 111 field->value = (s32 *)(field->usage + usages); in hid_register_field() 118 * Open a collection. The type/usage is pushed on the stack. 124 unsigned usage; in open_collection() local 127 usage = parser->local.usage[0]; in open_collection() 171 collection->usage = usage; in open_collection() 198 * and return the usage. 209 return collection[index].usage; in hid_lookup_collection() 230 hid_add_usage(struct hid_parser *parser, unsigned usage, u8 size) hid_add_usage() argument 788 hid_scan_input_usage(struct hid_parser *parser, u32 usage) hid_scan_input_usage() argument 796 hid_scan_feature_usage(struct hid_parser *parser, u32 usage) hid_scan_feature_usage() argument 1071 struct hid_usage *usage; hid_apply_multiplier_to_field() local 1168 struct hid_usage *usage; hid_setup_resolution_multiplier() local 1500 hid_match_usage(struct hid_device *hid, struct hid_usage *usage) hid_match_usage() argument 1518 hid_process_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value, int interrupt) hid_process_event() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-core.c | 149 field->usage = (struct hid_usage *)(field + 1);
in hid_register_field() 150 field->value = (s32 *)(field->usage + usages);
in hid_register_field() 157 * Open a collection. The type/usage is pushed on the stack.
163 unsigned usage;
in open_collection() local 166 usage = parser->local.usage[0];
in open_collection() 201 collection->usage = usage;
in open_collection() 227 * and return the usage.
238 return collection[index].usage;
in hid_lookup_collection() 260 hid_add_usage(struct hid_parser *parser, unsigned usage, u8 size) hid_add_usage() argument 767 hid_scan_input_usage(struct hid_parser *parser, u32 usage) hid_scan_input_usage() argument 776 hid_scan_feature_usage(struct hid_parser *parser, u32 usage) hid_scan_feature_usage() argument 1043 struct hid_usage *usage; hid_apply_multiplier_to_field() local 1137 struct hid_usage *usage; hid_setup_resolution_multiplier() local 1458 hid_match_usage(struct hid_device *hid, struct hid_usage *usage) hid_match_usage() argument 1476 hid_process_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, s32 value, int interrupt) hid_process_event() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread_bufferobj.c | 236 GLenum usage; member 251 const GLenum usage = cmd->usage; in _mesa_unmarshal_BufferData() local 263 (target_or_name, size, data, usage)); in _mesa_unmarshal_BufferData() 266 (target_or_name, size, data, usage)); in _mesa_unmarshal_BufferData() 269 (target_or_name, size, data, usage)); in _mesa_unmarshal_BufferData() 294 const GLvoid *data, GLenum usage, bool named, in _mesa_marshal_BufferData_merged() 308 (target_or_name, size, data, usage)); in _mesa_marshal_BufferData_merged() 311 (target_or_name, size, data, usage)); in _mesa_marshal_BufferData_merged() 322 cmd->usage in _mesa_marshal_BufferData_merged() 293 _mesa_marshal_BufferData_merged(GLuint target_or_name, GLsizeiptr size, const GLvoid *data, GLenum usage, bool named, bool ext_dsa, const char *func) _mesa_marshal_BufferData_merged() argument 335 _mesa_marshal_BufferData(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage) _mesa_marshal_BufferData() argument 343 _mesa_marshal_NamedBufferData(GLuint buffer, GLsizeiptr size, const GLvoid * data, GLenum usage) _mesa_marshal_NamedBufferData() argument 351 _mesa_marshal_NamedBufferDataEXT(GLuint buffer, GLsizeiptr size, const GLvoid *data, GLenum usage) _mesa_marshal_NamedBufferDataEXT() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemoryExternalAndroid.cpp | 64 uint64_t usage = 0; in GetAHBLockUsageFromVkImageUsageFlags() local 70 usage |= AHARDWAREBUFFER_USAGE_CPU_READ_MASK; in GetAHBLockUsageFromVkImageUsageFlags() 76 usage |= AHARDWAREBUFFER_USAGE_CPU_WRITE_MASK; in GetAHBLockUsageFromVkImageUsageFlags() 79 return usage; in GetAHBLockUsageFromVkImageUsageFlags() 84 uint64_t usage = 0; in GetAHBLockUsageFromVkBufferUsageFlags() local 88 usage |= AHARDWAREBUFFER_USAGE_CPU_READ_MASK; in GetAHBLockUsageFromVkBufferUsageFlags() 93 usage |= AHARDWAREBUFFER_USAGE_CPU_WRITE_MASK; in GetAHBLockUsageFromVkBufferUsageFlags() 96 return usage; in GetAHBLockUsageFromVkBufferUsageFlags() 125 // No usage bits set - set at least one GPU usage in GetAHBUsageFromVkImageFlags() 291 uint64_t usage = 0; lockAndroidHardwareBuffer() local [all...] |
H A D | VkImageView.cpp | 304 const Image *ImageView::getImage(Usage usage) const in getImage() 306 switch(usage) in getImage() 313 UNREACHABLE("usage %d", int(usage)); in getImage() 318 Format ImageView::getFormat(Usage usage) const in getFormat() 320 Format imageFormat = ((usage == RAW) || (getImage(usage) == image)) ? format : getImage(usage)->getFormat(); in getFormat() 324 int ImageView::rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in rowPitchBytes() 326 return getImage(usage) in rowPitchBytes() [all...] |
/device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
H A D | display_gralloc.c | 27 if (info->usage & HBM_USE_MEM_DMA) { in AllocMem() 31 DISPLAY_LOGE("the usage is not support 0x%{public}" PRIx64 "", info->usage); in AllocMem() 39 if (handle->usage & HBM_USE_MEM_DMA) { in FreeMem() 50 if (handle->usage & HBM_USE_MEM_DMA) { in Mmap() 61 if (handle->usage & HBM_USE_MEM_DMA) { in Unmap() 72 if (handle->usage & HBM_USE_MEM_DMA) { in FlushCache() 83 if (handle->usage & HBM_USE_MEM_DMA) { in InvalidateCache()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | display_gralloc.c | 27 if (info->usage & HBM_USE_MEM_DMA) { in AllocMem() 31 DISPLAY_LOGE("the usage is not support 0x%{public}" PRIx64 "", info->usage); in AllocMem() 39 if (handle->usage & HBM_USE_MEM_DMA) { in FreeMem() 50 if (handle->usage & HBM_USE_MEM_DMA) { in Mmap() 61 if (handle->usage & HBM_USE_MEM_DMA) { in Unmap() 72 if (handle->usage & HBM_USE_MEM_DMA) { in FlushCache() 83 if (handle->usage & HBM_USE_MEM_DMA) { in InvalidateCache()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | PersonNameFormatter.java | 111 * Specifies the intended usage of the formatted name. 239 * Sets the name usage for the formatter to be constructed. 240 * @param usage The new name length. 246 public Builder setUsage(Usage usage) { in setUsage() argument 247 this.usage = usage; in setUsage() 290 return new PersonNameFormatter(locale, length, usage, formality, options); in build() 298 private Usage usage = Usage.REFERRING; field in PersonNameFormatter.Builder 351 private PersonNameFormatter(Locale locale, Length length, Usage usage, Formality formality, Set<Options> options) { in PersonNameFormatter() argument 352 this.impl = new PersonNameFormatterImpl(locale, length, usage, formalit in PersonNameFormatter() [all...] |
/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | event_generator.c | 37 static void usage(int status) LTP_ATTRIBUTE_NORETURN; 40 * Show the usage 44 static void usage(int status) in usage() function 145 usage(1); in process_options() 151 usage(1); in process_options() 156 usage(0); in process_options() 158 usage(1); in process_options() 164 usage(1); in process_options()
|