/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.h | 83 const char *unit; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-9xxx.h | 60 {0x0002, "Degraded unit detected"}, 64 {0x0006, "Incomplete unit detected"}, 71 {0x000D, "Entire logical unit was deleted"}, 149 {0x010A, "Logical unit not supported"}, 189 {0x0184, "DCB UDB (unit descriptor block) segment invalid"}, 237 {0x0250, "Invalid unit descriptor size in CreateUnit"}, 241 {0x0254, "Unable to create data channel for this unit descriptor"}, 531 u8 unit; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_transport.h | 9 u8 unit; member
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | resource.c | 150 nla_put_u8(skb, DEVLINK_ATTR_RESOURCE_UNIT, size_params->unit)) in devlink_resource_size_params_put()
|
/third_party/backends/japi/ |
H A D | Sane.c | 211 /* Return unit. */ in Java_Sane_getOptionNative() 212 fid = (*env)->GetFieldID(env, optClass, "unit", "I"); in Java_Sane_getOptionNative() 213 (*env)->SetIntField(env, optObj, fid, sopt->unit); in Java_Sane_getOptionNative()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberPropertyMapper.java | 124 macros.unit = currency; in oldToNew()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberPropertyMapper.java | 125 macros.unit = currency; in oldToNew()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_mapper.cpp | 81 macros.unit = currency; // NOLINT in oldToNew()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_perf.c | 363 counter->unit = intel_perf_counter_unit_to_vk_unit[intel_counter->units]; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() 482 /* The Vulkan extension only has nanoseconds as a unit */ in anv_perf_write_pass_results()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_mapper.cpp | 81 macros.unit = currency; // NOLINT in oldToNew()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 318 int (*demand_conf) (int unit);
|
/third_party/lz4/tests/ |
H A D | test-lz4-list.py | 196 for unit in ['', 'K', 'M', 'G', 'T', 'P', 'E', 'Z', 'Y']: 200 return f"{size:.2f}{unit}"
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 352 unsigned unit);
|
H A D | lp_bld_tgsi.h | 113 unsigned sampler_unit:8; /* Sampler unit */ 114 unsigned texture_unit:8; /* Texture unit */ 134 * and sampler view unit. 225 unsigned unit,
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | compiler.h | 135 int unit; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 19 void bindSampler(GLuint unit, SamplerID samplerPacked); \
|
H A D | validationES31_autogen.h | 27 GLuint unit,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.h | 20 ANGLE_EXPORT void GL_APIENTRY GL_BindImageTexture(GLuint unit,
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.hpp | 375 void processPrimitiveVertices(int unit, unsigned int start, unsigned int count, unsigned int loop, int thread);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_mapper.cpp | 81 macros.unit = currency; // NOLINT in oldToNew()
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda-bit.c | 680 int size, unit; in coda_slice_mode() local 688 unit = 1; in coda_slice_mode() 692 unit = 0; in coda_slice_mode() 697 ((unit & CODA_SLICING_UNIT_MASK) << CODA_SLICING_UNIT_OFFSET) | in coda_slice_mode()
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-bit.c | 682 int size, unit; in coda_slice_mode() local 690 unit = 1; in coda_slice_mode() 694 unit = 0; in coda_slice_mode() 699 ((unit & CODA_SLICING_UNIT_MASK) << CODA_SLICING_UNIT_OFFSET) | in coda_slice_mode()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Calendar.java | 230 * smaller unit of time. <code>HOUR</code> is a smaller field than 259 * call. A larger field represents a larger unit of 2676 * Rolls (up/down) a single unit of time on the given field. If the 5624 for (int unit : FIND_ZONE_TRANSITION_TIME_UNITS) { in findPreviousZoneTransitionTime() 5625 long lunits = lower/unit; in findPreviousZoneTransitionTime() 5626 long uunits = upper/unit; in findPreviousZoneTransitionTime() 5628 mid = ((lunits + uunits + 1) >>> 1) * unit; in findPreviousZoneTransitionTime()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Calendar.java | 229 * smaller unit of time. <code>HOUR</code> is a smaller field than 258 * call. A larger field represents a larger unit of 2580 * Rolls (up/down) a single unit of time on the given field. If the 5370 for (int unit : FIND_ZONE_TRANSITION_TIME_UNITS) { in findPreviousZoneTransitionTime() 5371 long lunits = lower/unit; in findPreviousZoneTransitionTime() 5372 long uunits = upper/unit; in findPreviousZoneTransitionTime() 5374 mid = ((lunits + uunits + 1) >>> 1) * unit; in findPreviousZoneTransitionTime()
|
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 2871 gen7_3DSTATE_URB_unit(struct drm_intel_decode *ctx, const char *unit) in gen7_3DSTATE_URB_unit() argument 2878 instr_out(ctx, 0, "3DSTATE_URB_%s\n", unit); in gen7_3DSTATE_URB_unit() 2911 gen7_3DSTATE_CONSTANT(struct drm_intel_decode *ctx, const char *unit) in gen7_3DSTATE_CONSTANT() argument 2920 instr_out(ctx, 0, "3DSTATE_CONSTANT_%s\n", unit); in gen7_3DSTATE_CONSTANT()
|