| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| readtex.c | 89 rawImageRec *raw; local 101 raw = (rawImageRec *)calloc(1, sizeof(rawImageRec)); 102 if (raw == NULL) { 106 raw->file = fopen(fileName, "rb"); 107 if (raw->file == NULL) { 110 raw->file = fopen(baseName + 1, "rb"); 111 if(raw->file == NULL) { 113 free(raw); 118 result = fread(raw, 1, 12, raw->file) 270 rawImageRec *raw; local [all...] |
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| fileio.c | 51 BufFilePtr raw, cooked; local 56 raw = BufFileOpenRead (fd); 57 if (!raw) 64 cooked = BufFilePushCompressed (raw); 66 BufFileClose (raw, TRUE); 69 raw = cooked; 72 cooked = BufFilePushZIP (raw); 74 BufFileClose (raw, TRUE); 77 raw = cooked; 81 cooked = BufFilePushBZIP2 (raw); [all...] |
| decompress.c | 188 BufFilePtr raw; local 191 raw = file->file; 193 BufFileClose (raw, doClose); 306 register BufFilePtr raw; local 328 raw = file->file; 329 while (bits > 0 && (code = BufFileGet (raw)) != BUFFILEEOF)
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| fileio.c | 52 BufFilePtr raw, cooked; local 57 raw = BufFileOpenRead (fd); 58 if (!raw) 65 cooked = BufFilePushCompressed (raw); 67 BufFileClose (raw, TRUE); 70 raw = cooked; 73 cooked = BufFilePushZIP (raw); 75 BufFileClose (raw, TRUE); 78 raw = cooked; 82 cooked = BufFilePushBZIP2 (raw); [all...] |
| decompress.c | 189 BufFilePtr raw; local 192 raw = file->file; 194 BufFileClose (raw, doClose); 307 register BufFilePtr raw; local 329 raw = file->file; 330 while (bits > 0 && (code = BufFileGet (raw)) != BUFFILEEOF)
|
| /xsrc/external/mit/bdftopcf/dist/ |
| fileio.c | 47 BufFilePtr raw; local 52 raw = BufFileOpenRead(fd); 53 if (!raw) { 58 return (FontFilePtr) raw;
|
| /xsrc/external/mit/libXfont/dist/src/builtins/ |
| file.c | 97 BufFilePtr raw, cooked; local 110 raw = BufFileCreate ((char *) io, BuiltinFill, 0, BuiltinSkip, BuiltinClose); 111 if (!raw) 116 if ((cooked = BufFilePushZIP (raw))) 117 raw = cooked; 120 raw->left += raw->bufp - raw->buffer; 121 raw->bufp = raw->buffer [all...] |
| /xsrc/external/mit/libXfont2/dist/src/builtins/ |
| file.c | 98 BufFilePtr raw, cooked; local 111 raw = BufFileCreate ((char *) io, BuiltinFill, 0, BuiltinSkip, BuiltinClose); 112 if (!raw) 117 if ((cooked = BufFilePushZIP (raw))) 118 raw = cooked; 121 raw->left += raw->bufp - raw->buffer; 122 raw->bufp = raw->buffer [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/ |
| ir3-disasm.c | 48 void *raw = os_read_file(argv[1], &sz); local 50 isa_decode(raw, sz, stdout, &(struct isa_decode_options) {
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| agx_pack.c | 273 uint64_t raw = encoding.exact; local 278 raw |= (1 << 6); 285 raw |= (D & BITFIELD_MASK(8)) << 7; 288 raw |= (I->invert_cond << 8); 289 raw |= (I->nest << 11); 290 raw |= (I->icond << 13); 324 raw |= (((uint64_t) src_short) << offset); 332 raw |= (1 << 27); 335 raw |= (I->truth_table & 0x3) << 26; 336 raw |= (uint64_t) (I->truth_table >> 2) << 38 399 uint64_t raw = local 427 uint64_t raw = local 452 uint64_t raw = local 481 uint64_t raw = local 549 uint64_t raw = local 592 uint64_t raw = info.encoding.exact; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| pan_lower_sample_position.c | 54 nir_ssa_def *raw = nir_load_global(b, addr, 2, 2, 16); local 55 nir_ssa_def *decoded = nir_fmul_imm(b, nir_i2f16(b, raw), 1.0 / 256.0);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| usb-common.c | 94 struct input_event raw; local 108 while (read(priv->fd, &raw, sizeof(raw)) > 0) { 111 raw.type, raw.code, raw.value); 113 switch (raw.type) { 115 /* raw.value = 1 for first, 2 for repeat */ 116 if (raw.code > minButton) { 117 if (raw.value) PRESS((raw.code & 0x0f) + 1) [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| version.sh | 59 stty raw -echo min 0 time 5
|
| dynamic.sh | 64 stty raw -echo min 0 time 5
|
| fonts.sh | 61 stty raw -echo min 0 time 5
|
| title.sh | 62 stty raw -echo min 0 time 5
|
| acolors.sh | 63 stty raw -echo min 0 time 5
|
| dynamic2.sh | 67 stty raw -echo min 0 time 5
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_tiler.c | 296 unsigned raw = pan_tile_count(width, height, tw, th) * bytes_per_tile; local 299 return 0x200 + ((raw / 0x200) * 0x200);
|
| pan_props.c | 42 /* Abstraction over the raw drm_panfrost_get_param ioctl for fetching 92 uint32_t raw = panfrost_query_raw(fd, DRM_PANFROST_PARAM_TILER_FEATURES, local 97 .bin_size = (1 << (raw & BITFIELD_MASK(5))), 98 .max_levels = (raw >> 8) & BITFIELD_MASK(4)
|
| /xsrc/external/mit/freetype/dist/ |
| autogen.sh | 113 if test ! -f ./builds/unix/configure.raw; then 153 < configure.raw > configure.ac
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| bi_packer.c.py | 82 (raw, arg) = (mod[0:-1], mod[-1]) if mod[-1] in "0123" else (mod, 0) 86 ir_value = "bytes2" if mod == "bytes2" else "{}[{}]".format(raw, arg) if mod[-1] in "0123" else mod 87 lists = modifier_lists[raw] 106 if raw in SWIZZLES: 110 elif raw == "lane_dest": 113 elif raw in ["abs", "sign"]: 115 elif raw in ["neg", "not"]:
|
| /xsrc/external/mit/ctwm/dist/ |
| parse.c | 259 FILE *raw = NULL; local 262 * Hold onto raw filehandle so we can fclose() it below, and 265 raw = twmrc; 266 twmrc = start_m4(raw); 270 if(raw) { 271 fclose(raw);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| eventconvert.c | 623 xXIRawEvent* raw; local 631 raw, once processed */ 636 raw = (xXIRawEvent*)*xi; 637 raw->type = GenericEvent; 638 raw->extension = IReqCode; 639 raw->evtype = GetXI2Type((InternalEvent*)ev); 640 raw->time = ev->time; 641 raw->length = bytes_to_int32(len - sizeof(xEvent)); 642 raw->detail = ev->detail.button; 643 raw->deviceid = ev->deviceid [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| arm_test.sh | 25 wget https://raw.githubusercontent.com/net-snmp/net-snmp/master/mibs/SNMPv2-SMI.txt \
|