Searched refs:sep (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/
H A Dctopts.c48 ctopts_string(char *sep) argument
55 slen = strlen(sep);
71 strcat(cto, sep);
H A Dxparsegeometry.c28 char *sep; local in function:RLayoutXParseGeometry
31 sep = strchr(geometry, ':');
32 if(sep != NULL) {
33 RArea mon = RLayoutGetAreaByName(layout, geometry, sep - geometry);
37 int mask = XParseGeometry(sep + 1, x, y, width, height);
62 geometry = sep + 1;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_table.py104 sep = ","
106 sep = ""
108 print(" {%s, %s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bool_map(channel.scaled), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
110 print(" {0, 0, 0, 0, 0}%s" % (sep,))
118 sep = ","
120 sep = ""
125 print(" %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment))
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_table.py104 sep = ","
106 sep = ""
108 print(" {%s, %s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bool_map(channel.scaled), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
110 print(" {0, 0, 0, 0, 0}%s" % (sep,))
118 sep = ","
120 sep = ""
125 print(" %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment))
/xsrc/external/mit/xterm/dist/vttests/
H A D256colors2.pl70 our ( $csi, $osc, $sep, $sep2, $st );
96 $rgb[$index] = sprintf "%d%s%d%s%d", $r, $sep, $g, $sep, $b;
102 printf "%s48%s2%s%sm ", $csi, $sep, $sep2, $rgb[$index];
105 printf "%s48%s5%s%sm ", $csi, $sep, $sep2, $index;
130 $sep = ":";
133 $sep = ";";
135 $sep2 = $sep;
138 $sep = ";";
H A D88colors2.pl71 our ( $csi, $osc, $sep, $sep2, $st );
97 $rgb[$index] = sprintf "%d%s%d%s%d", $r, $sep, $g, $sep, $b;
103 printf "%s48%s2%s%sm ", $csi, $sep, $sep2, $rgb[$index];
106 printf "%s48%s5%s%sm ", $csi, $sep, $sep2, $index;
131 $sep = ":";
134 $sep = ";";
136 $sep2 = $sep;
139 $sep = ";";
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_table.py103 sep = ","
105 sep = ""
107 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
109 print(" {0, 0, 0, 0, 0}%s" % (sep,))
117 sep = ","
119 sep = ""
124 print(" %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment))
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_table.py149 sep = ","
151 sep = ""
153 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
155 print(" {0, 0, 0, 0, 0}%s" % (sep,))
163 sep = ","
165 sep = ""
170 print(" %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment))
/xsrc/external/mit/xedit/dist/lisp/
H A Dpathname.c174 char *sep, *base, *ptr, **dirs, **matches, local in function:Lisp_Directory
265 sep = directory;
266 for (sep = strstr(sep, dotdot); sep; sep = strstr(sep, dotdot)) {
267 if (sep <= directory + 1)
268 strcpy(directory, sep + 2);
269 else if (sep[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Dmodel.py194 sep = ''
196 self.formatter.text(sep)
198 sep = ', '
203 sep = ''
205 self.formatter.text(sep)
209 sep = ', '
222 sep = ''
224 self.formatter.text(sep)
228 sep = ', '
/xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
H A Dmodel.py222 sep = ''
224 self.formatter.text(sep)
226 sep = ', '
231 sep = ''
233 self.formatter.text(sep)
237 sep = ', '
257 sep = ''
259 self.formatter.text(sep)
263 sep = ', '
/xsrc/external/mit/libXaw/dist/src/
H A DTextSink.c1025 char *sep = xlfd + 1; local in function:SetXlfdDefaults
1026 char *name = sep;
1030 sep = strchr(sep, '-'); *sep++ = '\0';
1032 name = sep;
1034 sep = strchr(sep, '-'); *sep++ = '\0';
1036 name = sep;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_format_test.c62 const char *sep = ""; local in function:print_packed
66 printf("%s%02x", sep, packed[i]);
67 sep = " ";
81 const char *sep = ""; local in function:print_unpacked_rgba_doubl
86 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
87 sep = ", ";
89 sep = ",\n";
103 const char *sep = ""; local in function:print_unpacked_rgba_float
108 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
109 sep
125 const char *sep = ""; local in function:print_unpacked_rgba_8unorm
146 const char *sep = ""; local in function:print_unpacked_z_float
168 const char *sep = ""; local in function:print_unpacked_z_32unorm
189 const char *sep = ""; local in function:print_unpacked_s_8uint
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/tests/format/
H A Du_format_test.c63 const char *sep = ""; local in function:print_packed
67 printf("%s%02x", sep, packed[i]);
68 sep = " ";
82 const char *sep = ""; local in function:print_unpacked_rgba_doubl
87 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
88 sep = ", ";
90 sep = ",\n";
104 const char *sep = ""; local in function:print_unpacked_rgba_float
109 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
110 sep
126 const char *sep = ""; local in function:print_unpacked_rgba_8unorm
147 const char *sep = ""; local in function:print_unpacked_z_float
169 const char *sep = ""; local in function:print_unpacked_z_32unorm
190 const char *sep = ""; local in function:print_unpacked_s_8uint
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c359 print_dst(struct dst_operand *dst, bool sep) argument
369 if (sep)
374 print_tex(struct tex_operand *tex, bool sep) argument
380 if (sep)
385 print_src(struct src_operand *src, bool sep) argument
408 if (sep)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c341 print_dst(struct etna_inst_dst *dst, bool sep) argument
351 if (sep)
356 print_tex(struct etna_inst_tex *tex, bool sep) argument
362 if (sep)
367 print_src(struct etna_inst_src *src, bool sep) argument
407 if (sep)
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_measure.c98 char *sep = strrchr(env, ','); local in function:intel_measure_init
99 if (sep == NULL)
101 *sep = '\0';
/xsrc/external/mit/xcb-proto/dist/
H A Dpy-compile115 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
/xsrc/external/mit/editres/dist/
H A Dutils.c75 * sep - the separator character.
82 GetAllStrings(char *in, char sep, char ***out, int *num) argument
87 if (*in == sep) /* jump over first char if it is the sep. */
94 for (*num = 1, ptr = in; (ptr = strchr(ptr, sep)) != NULL; (*num)++)
108 * Change all `sep' characters to '\0' and stuff the pointer into
115 if ((ptr = strchr(ptr, sep)) == NULL)
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_packer.c.py151 sep = " {} ".format(SEXPR_BINARY[expr[0]])
152 return "(" + sep.join([compile_s_expr(s, imm_map, expr[1]) for s in expr[1:]]) + ")"
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.c304 XML_Char *end, *sep; local in function:parseRanges
309 sep = strchr (range, ':');
310 if (sep) { /* non-empty interval */
311 *sep = '\0';
313 !parseValue (&ranges[i].end, info->type, sep+1))
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.c619 char *sep; local in function:parseRange
620 sep = strchr(cp, ':');
621 if (!sep) {
626 *sep = '\0';
628 !parseValue(&info->range.end, info->type, sep+1)) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c1140 char *sep = path; local in function:xf86_mkdir_p
1142 while ((sep = strchr(sep + 1, '/'))) {
1143 *sep = 0;
1145 *sep = '/';
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dmapi_abi.py74 sep = '' if t.endswith('*') else ' '
76 c_params.append(t + sep + n + arr)
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Dmapi_abi.py72 sep = '' if t.endswith('*') else ' '
74 c_params.append(t + sep + n + arr)

Completed in 34 milliseconds

12