| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| build_id.h | 35 build_id_length(const struct build_id_note *note); 38 build_id_data(const struct build_id_note *note);
|
| build_id.c | 44 char name[4]; /* Note name for build-id is "GNU\0" */ 52 struct build_id_note *note; member in struct:callback_data 78 struct build_id_note *note = (void *)(info->dlpi_addr + local 83 if (note->nhdr.n_type == NT_GNU_BUILD_ID && 84 note->nhdr.n_descsz != 0 && 85 note->nhdr.n_namesz == 4 && 86 memcmp(note->name, "GNU", 4) == 0) { 87 data->note = note; 92 ALIGN_POT(note->nhdr.n_namesz, 4) [all...] |
| disk_cache.h | 124 const struct build_id_note *note = NULL; local 125 if ((note = build_id_find_nhdr_for_addr(ptr))) { 126 _mesa_sha1_update(ctx, build_id_data(note), build_id_length(note)); 231 * Note: disk_cache_has_key() will only return true for keys passed to
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| build_id.c | 44 char name[4]; /* Note name for build-id is "GNU\0" */ 52 struct build_id_note *note; member in struct:callback_data 78 struct build_id_note *note = (void *)(info->dlpi_addr + local 83 if (note->nhdr.n_type == NT_GNU_BUILD_ID && 84 note->nhdr.n_descsz != 0 && 85 note->nhdr.n_namesz == 4 && 86 memcmp(note->name, "GNU", 4) == 0) { 87 data->note = note; 92 ALIGN_POT(note->nhdr.n_namesz, 4) [all...] |
| build_id.h | 41 build_id_length(const struct build_id_note *note); 44 build_id_data(const struct build_id_note *note);
|
| disk_cache.h | 125 const struct build_id_note *note = NULL; local 126 if ((note = build_id_find_nhdr_for_addr(ptr))) { 127 _mesa_sha1_update(ctx, build_id_data(note), build_id_length(note)); 260 * Note: disk_cache_has_key() will only return true for keys passed to
|
| /xsrc/external/mit/xterm/dist/ |
| gen-charsets.pl | 168 my @note = split /\n/, $_[1]; 169 for my $n ( 0 .. $#note ) { 170 $head[ $#head + 1 ] = $note[$n]; 177 my $note = $_[1]; 180 if ( $note == 1 ) { 183 elsif ( $note == 2 ) { 186 elsif ( $note == 3 ) { 228 my $note = $noted{$code}; 232 $note =~ s/\t/ /; 238 $code, $pads, $unmap{$code}, $note [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_disk_cache.c | 34 * Note that at least in the EGL_ANDROID_blob_cache, we should never 40 * is associated with the key after the set call. Note that while there are 55 const struct build_id_note *note = local 57 assert(note && build_id_length(note) == 20); /* sha1 */ 59 const uint8_t *id_sha1 = build_id_data(note); 93 /* Note that on some gens stream-out is lowered in ir3 to stg. For later
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_disk_cache.c | 43 const struct build_id_note *note = local 45 assert(note && build_id_length(note) == 20); /* sha1 */ 47 const uint8_t *id_sha1 = build_id_data(note);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| lima_disk_cache.c | 194 const struct build_id_note *note = local 196 assert(note && build_id_length(note) == 20); /* sha1 */ 198 const uint8_t *id_sha1 = build_id_data(note);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-arm-asm.h | 63 .pushsection .note.gnu.property, "a"; /* Start a new allocatable section */
|
| pixman-arm-simd-asm-scaled.S | 30 .section .note.GNU-stack,"",%progbits 45 * Note: This code is only using armv5te instructions (not even armv6),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_disk_cache.c | 249 const struct build_id_note *note = local 251 assert(note && build_id_length(note) == 20); /* sha1 */ 253 const uint8_t *id_sha1 = build_id_data(note);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_disk_cache.c | 277 const struct build_id_note *note = local 279 assert(note && build_id_length(note) == 20); /* sha1 */ 281 const uint8_t *id_sha1 = build_id_data(note);
|
| /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/ |
| README.md | 10 variable like `NOUVEAU_CHIPSET=f0`. Some chips of note with the appropriate
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_program_binary.c | 39 const struct build_id_note *note = local 41 assert(note); 55 _mesa_sha1_update(&ctx, build_id_data(note), build_id_length(note));
|
| brw_disk_cache.c | 403 const struct build_id_note *note = local 405 assert(note && build_id_length(note) == 20 /* sha1 */); 407 const uint8_t *id_sha1 = build_id_data(note);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_program_binary.c | 39 const struct build_id_note *note = local 41 assert(note); 55 _mesa_sha1_update(&ctx, build_id_data(note), build_id_length(note));
|
| brw_disk_cache.c | 389 const struct build_id_note *note = local 391 assert(note && build_id_length(note) == 20 /* sha1 */); 393 const uint8_t *id_sha1 = build_id_data(note);
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| modify-keys.pl | 1080 my $note = $value; 1083 $note =~ s/^[^\s]+\s*//; 1084 if ( $note !~ /\b(alias|deprecated)\b/ ) { 1086 if ( $note =~ /\/*.*\bU\+[[:xdigit:]]{4,8}.*\*\// ) { 1087 next if ( $note =~ /\(U\+/ ); 1088 my $code = $note; 1090 $note =~ s/^\/\*[([:space:]]*//; 1091 $note =~ s/[)[:space:]]*\*\/$//; 1092 $uniNames{$value} = $note;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_rgp_elf_object_pack.c | 285 char note[sizeof(".note")]; member in struct:ac_rgp_elf_string_table 300 .note = ".note", 417 /* write .note */ 418 /* the .note section contains msgpack which stores variables */ 460 sec_hdr[4].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->note;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| common_x86_asm.S | 37 * NOTE: Avoid using spaces in between '(' ')' and arguments, especially 218 .section .note.GNU-stack,"",%progbits
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| common_x86_asm.S | 37 * NOTE: Avoid using spaces in between '(' ')' and arguments, especially 219 .section .note.GNU-stack,"",%progbits
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| WL_create_wayland_buffer_from_image.spec | 101 Added a note about more possible reasons for returning EGL_BAD_FORMAT.
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| WL_create_wayland_buffer_from_image.spec | 101 Added a note about more possible reasons for returning EGL_BAD_FORMAT.
|