Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 193) sorted by relevance

12345678

/third_party/alsa-utils/alsactl/
Dinit_parse.c63 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 …]
Dinit_utils_run.c30 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/
Dv3dv_cl.c59 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/
Dv3d_cl.c45 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/
Dwc.c36 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/
Dpan_ir.c44 unsigned space = in pan_to_bytemask() local
58 unsigned space = in pan_to_bytemask() local
/third_party/flutter/skia/tests/
DColorSpaceTest.cpp30 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/
DColorSpaceTest.cpp30 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/
DSkColorShader.cpp42 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/
Dtheme.js20 export const space = [0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80] variable
43 space: [ property
/third_party/typescript/tests/cases/fourslash/
DnavigateToQuoted.ts13 const space: FourSlashInterface.ExpectedNavigateToItem = constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp25 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/
Ddn_expand.c3 …nst unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand()
/third_party/skia/src/shaders/
DSkColorShader.cpp43 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/
Dmkquota.c228 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/
Dimagefromyuvtextures.cpp164 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/
Dgstvideoconvert.c543 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/
DToken.cpp40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.c38 cl_ensure_space(struct vc4_cl *cl, uint32_t space) in cl_ensure_space()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DToken.cpp40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.cpp48 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()
/third_party/harfbuzz/src/
Dhb-fallback-shape.cc88 hb_codepoint_t space; in _hb_fallback_shape() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-fallback-shape.cc88 hb_codepoint_t space; in _hb_fallback_shape() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-fallback-shape.cc87 hb_codepoint_t space; in _hb_fallback_shape() local
/third_party/skia/modules/skparagraph/src/
DRun.cpp147 SkScalar Run::addSpacesAtTheEnd(SkScalar space, Cluster* cluster) { in addSpacesAtTheEnd()
162 SkScalar Run::addSpacesEvenly(SkScalar space, Cluster* cluster) { in addSpacesEvenly()

12345678