| /third_party/alsa-utils/alsactl/ |
| D | init_parse.c | 63 struct space { struct 81 static void Perror(struct space *space, const char *fmt, ...) in Perror() 96 static void free_space(struct space *space) in free_space() 138 static struct pair *value_find(struct space *space, const char *key) in value_find() 147 static int value_set(struct space *space, const char *key, const char *value) in value_set() 178 static int init_space(struct space **space, int card) in init_space() 218 static const char *cardinfo_get(struct space *space, const char *attr) in cardinfo_get() 241 static int check_id_changed(struct space *space, unsigned int what) in check_id_changed() 269 static const char *get_ctl_value(struct space *space) in get_ctl_value() 340 static int set_ctl_value(struct space *space, const char *value, int all) in set_ctl_value() [all …]
|
| D | init_utils_run.c | 30 int run_program0(struct space *space, in run_program0() 241 int run_program(struct space *space, const char *command0, char *result, in run_program()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_cl.c | 59 cl_alloc_bo(struct v3dv_cl *cl, uint32_t space, bool use_branch) in cl_alloc_bo() 95 v3dv_cl_ensure_space(struct v3dv_cl *cl, uint32_t space, uint32_t alignment) in v3dv_cl_ensure_space() 109 v3dv_cl_ensure_space_with_branch(struct v3dv_cl *cl, uint32_t space) in v3dv_cl_ensure_space_with_branch()
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| D | v3d_cl.c | 45 v3d_cl_ensure_space(struct v3d_cl *cl, uint32_t space, uint32_t alignment) in v3d_cl_ensure_space() 64 v3d_cl_ensure_space_with_branch(struct v3d_cl *cl, uint32_t space) in v3d_cl_ensure_space_with_branch()
|
| /third_party/toybox/toys/posix/ |
| D | wc.c | 36 int i, space = 0, first = 1; local 61 int len = 0, clen = 1, space = 0; in do_wc() local
|
| /third_party/mesa3d/src/panfrost/util/ |
| D | pan_ir.c | 44 unsigned space = in pan_to_bytemask() local 58 unsigned space = in pan_to_bytemask() local
|
| /third_party/flutter/skia/tests/ |
| D | ColorSpaceTest.cpp | 30 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() 96 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize() 125 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 158 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 225 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); in DEF_TEST() local
|
| /third_party/skia/tests/ |
| D | ColorSpaceTest.cpp | 30 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() 96 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize() 125 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 158 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 225 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); in DEF_TEST() local
|
| /third_party/flutter/skia/src/shaders/ |
| D | SkColorShader.cpp | 42 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader() 70 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color()
|
| /third_party/node/deps/npm/docs/src/ |
| D | theme.js | 20 export const space = [0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80] variable 43 space: [ property
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | navigateToQuoted.ts | 13 const space: FourSlashInterface.ExpectedNavigateToItem = constant
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | SymbolEnv.cpp | 25 char const *sh::toString(AddressSpace space) in toString() 422 AddressSpace space, in markSpace() 448 const AddressSpace space = iter->second; in isSpace() local 453 void SymbolEnv::markAsPointer(VarField x, AddressSpace space) in markAsPointer() 463 void SymbolEnv::markAsReference(VarField x, AddressSpace space) in markAsReference()
|
| /third_party/musl/src/network/ |
| D | dn_expand.c | 3 …nst unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand()
|
| /third_party/skia/src/shaders/ |
| D | SkColorShader.cpp | 43 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader() 71 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color()
|
| /third_party/f2fs-tools/fsck/ |
| D | mkquota.c | 228 void quota_data_add(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_add() 250 void quota_data_sub(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_sub() 305 qsize_t space = (inode->i_blocks - 1) * BLOCK_SZ; in quota_add_inode_usage() local
|
| /third_party/flutter/skia/gm/ |
| D | imagefromyuvtextures.cpp | 164 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { in onDraw() local 183 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { in onDraw() local
|
| /third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
| D | gstvideoconvert.c | 543 GstVideoConvert *space; in gst_video_convert_set_info() local 631 GstVideoConvert *space = GST_VIDEO_CONVERT (obj); in gst_video_convert_finalize() local 725 gst_video_convert_init (GstVideoConvert * space) in gst_video_convert_init() 833 GstVideoConvert *space; in gst_video_convert_transform_frame() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| D | Token.cpp | 40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_cl.c | 38 cl_ensure_space(struct vc4_cl *cl, uint32_t space) in cl_ensure_space()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| D | Token.cpp | 40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | Token.cpp | 48 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
|
| /third_party/harfbuzz/src/ |
| D | hb-fallback-shape.cc | 88 hb_codepoint_t space; in _hb_fallback_shape() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-fallback-shape.cc | 88 hb_codepoint_t space; in _hb_fallback_shape() local
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-fallback-shape.cc | 87 hb_codepoint_t space; in _hb_fallback_shape() local
|
| /third_party/skia/modules/skparagraph/src/ |
| D | Run.cpp | 147 SkScalar Run::addSpacesAtTheEnd(SkScalar space, Cluster* cluster) { in addSpacesAtTheEnd() 162 SkScalar Run::addSpacesEvenly(SkScalar space, Cluster* cluster) { in addSpacesEvenly()
|