HomeSort by: relevance | last modified time | path
    Searched defs:in (Results 1 - 25 of 154) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/ctwm/dist/tests/util_expand/
t_efp.c 16 char *in = strdup("foo:~/bar"); local
20 char *ret = ExpandFilePath(in);
  /xsrc/external/mit/imake/dist/
xmkmf.cpp 15 case "$1" in
30 case $# in variable
37 case "$topdir" in
53 case "$do_all" in
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_point_size_mov.c 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
41 nir_variable *in; local
46 in = nir_variable_create(shader, nir_var_uniform,
48 in->num_state_slots = 1;
49 in->state_slots = ralloc_array(in, nir_state_slot, 1)
    [all...]
nir_lower_passthrough_edgeflags.c 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 nir_variable *in, *out; local
38 /* The edge flag is the last input in st/mesa. This code is also called by
78 in = nir_variable_create(shader, nir_var_shader_in,
80 in->data.location = VERT_ATTRIB_EDGEFLAG
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_passthrough_edgeflags.c 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 nir_variable *in, *out; local
38 in = nir_variable_create(shader, nir_var_shader_in,
40 in->data.location = VERT_ATTRIB_EDGEFLAG;
46 def = nir_load_var(&b, in);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv20_state_frag.c 7 * "Software"), to deal in the Software without restriction, including
14 * next paragraph) shall be included in all copies or substantial
20 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
21 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60 uint64_t in; local
63 nv10_get_final_combiner(ctx, &in, &n);
66 PUSH_DATA (push, in);
67 PUSH_DATA (push, in >> 32)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_nir_builtins.c 6 * to deal in the Software without restriction, including without limitation
12 * in all copies or substantial portions of the Software.
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE.
109 nir_variable *in; local
112 in = nir_variable_create(b.shader, nir_var_system_value,
116 in = nir_variable_create(b.shader, nir_var_shader_in, vec4, var_name);
118 in->data.location = input_locations[i]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
half_float.h 9 * to deal in the Software without restriction, including without limitation
15 * in all copies or substantial portions of the Software.
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23 * OTHER DEALINGS IN THE SOFTWARE.
53 * private. In other words, only use the API published here, instead of
63 __m128 in = {val}; local
67 __asm volatile("vcvtps2ph $0, %1, %0" : "=v"(out) : "v"(in));
79 __m128i in = {val} local
94 __m128 in = {val}; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_ar_event.hpp 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
41 % for name in protos['enum_names']:
44 % for i in range(len(names)): enumerator in enum:ArchRast::__anon4445
63 % for name in protos['event_names']:
73 % for i in range(len(fields))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv20_state_frag.c 7 * "Software"), to deal in the Software without restriction, including
14 * next paragraph) shall be included in all copies or substantial
20 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
21 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60 uint64_t in; local
63 nv10_get_final_combiner(ctx, &in, &n);
66 PUSH_DATA (push, in);
67 PUSH_DATA (push, in >> 32)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_nir_builtins.c 6 * to deal in the Software without restriction, including without limitation
12 * in all copies or substantial portions of the Software.
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE.
120 nir_variable *in; local
123 in = nir_variable_create(b.shader, nir_var_system_value,
125 in->data.interpolation = INTERP_MODE_FLAT;
128 in = nir_variable_create(b.shader, nir_var_shader_in, vec4, var_name)
    [all...]
  /xsrc/external/mit/libXpm/dist/src/
RdFToI.c 6 * deal in the Software without restriction, including without limitation the
11 * The above copyright notice and this permission notice shall be included in
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
18 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 * Except as contained in this notice, the name of GROUPE BULL shall not be
22 * used in advertising or otherwise to promote the sale, use or other dealings
23 * in this Software without prior written authorization from GROUPE BULL.
138 int status, fds[2], in = 0, out = 1 local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/tests/
delay.c 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
36 * registers in the last instruction which are not written in a previous
105 FILE *in = fmemopen((void *)asmstr, strlen(asmstr), "r"); local
106 struct ir3_shader *shader = ir3_parse_asm(c, &info, in);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_ar_event.hpp 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
50 % for name in sorted_enums:
53 % for i in range(len(names)): enumerator in enum:ArchRast::__anon2031
77 % for group in sorted_groups:
78 % for event_key in protos['events']['groups'][group]
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_depth.c 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 * foreach (src in instr->regs[1..n])
119 /* remove from existing spot in list: */
181 * of the components, and we could end up in a situation
257 struct ir3_instruction *in = ir->inputs[i] local
    [all...]
  /xsrc/external/mit/xf86-input-vmmouse/dist/shared/
vmmouse_proto.h 6 * to deal in the Software without restriction, including without limitation
11 * The above copyright notice and this permission notice shall be included in
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
22 * Except as contained in this notice, the name of the copyright holder(s)
23 * and author(s) shall not be used in advertising or otherwise to promote
24 * the sale, use or other dealings in this Software without prior written
118 } in; member in union:__anon6686
    [all...]
  /xsrc/external/mit/xorg-server/dist/present/
present_event.c 6 * the above copyright notice appear in all copies and that both that copyright
7 * notice and this permission notice appear in supporting documentation, and
8 * that the name of the copyright holders not be used in advertising or
15 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
185 xPresentIdleNotify in = { local
200 in.eid = event->id;
201 WriteEventsToClient(event->client, 1, (xEvent *) &in);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
asm.c 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
346 /* if still not found, must not belong in jump-table: */
369 FILE *in; local
398 in = fopen(file, "r");
399 if (!in) {
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_liveness.cpp 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21 * USE OR OTHER DEALINGS IN THE SOFTWARE.
308 if_node &in = (if_node&)n; local
309 if (in.cond)
310 live_changed |= live.add_val(in.cond);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.cpp 6 * to deal in the Software without restriction, including without limitation
11 * The above copyright notice and this permission notice shall be included in
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
265 BasicBlock *in = func->bbArray[j]; local
266 Instruction *exit = in->getExit();
269 in->binSize -= 8;
275 in->remove(exit)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_liveness.cpp 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21 * USE OR OTHER DEALINGS IN THE SOFTWARE.
308 if_node &in = (if_node&)n; local
309 if (in.cond)
310 live_changed |= live.add_val(in.cond);
  /xsrc/external/mit/fontconfig/dist/src/
fcmd5.h 4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
22 unsigned char in[64]; member in struct:MD5Context
28 static void MD5Transform(FcChar32 buf[4], FcChar32 in[16]);
78 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
83 unsigned char *p = (unsigned char *) ctx->in + t;
91 byteReverse(ctx->in, 16);
92 MD5Transform(ctx->buf, (FcChar32 *) ctx->in);
96 /* Process data in 64-byte chunks */
99 memcpy(ctx->in, buf, 64)
    [all...]
  /xsrc/external/mit/libXdmcp/dist/
Wraphelp.c 15 * The des routines this file has been made from can be found in
24 * adaptation in violation of any applicable laws or regulations.
40 * involved in the development or production of nuclear, chemical,
41 * biological weapons or in missile technology programs as specified in
45 * located in (or a national resident of) any country under U.S. economic
48 * exclusion list, and not directly or indirectly involved in the
50 * in missile technology programs as specified in the U.S. Export
58 * country import, use and/or export regulations in relation to th
375 CARD8 *in; local
448 CARD8 *in,*out; local
    [all...]
  /xsrc/external/mit/xdm/dist/xdm/
xdmauth.c 7 the above copyright notice appear in all copies and that both that
8 copyright notice and this permission notice appear in supporting
12 in all copies or substantial portions of the Software.
17 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 OTHER DEALINGS IN THE SOFTWARE.
22 Except as contained in this notice, the name of The Open Group shall
23 not be used in advertising or otherwise to promote the sale, use or
24 other dealings in this Software without prior written authorizatio
194 char *out, *in; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
ddxList.c 7 notice appear in all copies and that both that copyright
8 notice and this permission notice appear in supporting
10 used in advertising or publicity pertaining to distribution
18 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
21 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
22 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
128 FILE *in; local
150 in= NULL;
163 in = fopen(buf,"r");
165 if (!in) {
    [all...]

Completed in 28 milliseconds

1 2 3 4 5 6 7