| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | symbol_table.c | 90 struct symbol *sym = scope->symbols; local in function:_mesa_symbol_table_pop_scope 97 while (sym != NULL) { 98 struct symbol *const next = sym->next_with_same_scope; 100 sym->name); 101 if (sym->next_with_same_name) { 105 hte->key = sym->next_with_same_name->name; 106 hte->data = sym->next_with_same_name; 109 free(sym->name); 112 free(sym); 113 sym 153 struct symbol *const sym = find_symbol(table, name); local in function:_mesa_symbol_table_symbol_scope 168 struct symbol *const sym = find_symbol(table, name); local in function:_mesa_symbol_table_find_symbol 181 struct symbol *sym = find_symbol(table, name); local in function:_mesa_symbol_table_add_symbol 221 struct symbol *sym = find_symbol(table, name); local in function:_mesa_symbol_table_replace_symbol 237 struct symbol *sym = find_symbol(table, name); local in function:_mesa_symbol_table_add_global_symbol [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | symbol_table.c | 90 struct symbol *sym = scope->symbols; local in function:_mesa_symbol_table_pop_scope 97 while (sym != NULL) { 98 struct symbol *const next = sym->next_with_same_scope; 100 sym->name); 101 if (sym->next_with_same_name) { 105 hte->key = sym->next_with_same_name->name; 106 hte->data = sym->next_with_same_name; 109 free(sym->name); 112 free(sym); 113 sym 153 struct symbol *const sym = find_symbol(table, name); local in function:_mesa_symbol_table_symbol_scope 168 struct symbol *const sym = find_symbol(table, name); local in function:_mesa_symbol_table_find_symbol 181 struct symbol *sym = find_symbol(table, name); local in function:_mesa_symbol_table_add_symbol 221 struct symbol *sym = find_symbol(table, name); local in function:_mesa_symbol_table_replace_symbol 237 struct symbol *sym = find_symbol(table, name); local in function:_mesa_symbol_table_add_global_symbol [all...] |
| /xsrc/external/mit/xcb-util/dist/keysyms/ |
| H A D | keysyms.c | 64 static void xcb_convert_case(xcb_keysym_t sym, 363 xcb_convert_case(xcb_keysym_t sym, argument 367 *lower = sym; 368 *upper = sym; 370 switch(sym >> 8) 373 if ((sym >= XK_A) && (sym <= XK_Z)) 375 else if ((sym >= XK_a) && (sym <= XK_z)) 377 else if ((sym > [all...] |
| /xsrc/external/mit/libXfont/dist/src/stubs/ |
| H A D | stubs.h | 25 #define OVERRIDE_DATA(sym) \ 27 if (__ptr_##sym && __ptr_##sym != &sym) \ 28 sym = *__ptr_##sym 29 #define OVERRIDE_SYMBOL(sym,...) \ 31 if (__##sym && __##sym != sym) \ [all...] |
| H A D | stubsinit.c | 39 #define INIT_SYMBOL(sym) \ 40 if (!__##sym) \ 41 __##sym = (typeof(__##sym)) DLSYM(handle, #sym) 42 #define INIT_DATA(sym) \ 43 if (!__ptr_##sym) \ 44 __ptr_##sym = (typeof(__ptr_##sym)) DLSYM(handle, #sym) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_cgl.c | 49 sym(void *h, const char *name) function in typeref:typename:void * 88 apple_cgl.get_version = sym(h, "CGLGetVersion"); 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); 102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); 103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); 108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); 109 apple_cgl.get_current_context = sym( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_cgl.c | 49 sym(void *h, const char *name) function in typeref:typename:void * 88 apple_cgl.get_version = sym(h, "CGLGetVersion"); 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); 102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); 103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); 108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); 109 apple_cgl.get_current_context = sym( [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/ |
| H A D | os.c | 40 FakeSpecialKey (KeySym sym) argument
|
| /xsrc/external/mit/xkeyboard-config/dist/tests/ |
| H A D | genLists4Comparison.sh | 28 for sym in $ROOT/symbols/*; do 29 if [ -f $sym ]; then 30 id="`basename $sym`" 70 }' $sym
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | colors.c | 32 .sym = "", 50 .sym = "\x1b[0;36m",
|
| H A D | colors.h | 33 const char *sym; /* auxiliary char like { , + */ member in struct:envy_colors
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | KeyBind.c | 165 KeySym sym; local in function:ResetModMap 178 sym = KeyCodetoKeySym(dpy, map->modifiermap[i], j); 179 if (sym == XK_Caps_Lock) { 182 } else if (sym == XK_Shift_Lock) { 185 else if (sym == XK_ISO_Lock) { 197 sym = KeyCodetoKeySym(dpy, map->modifiermap[i], j); 198 if (sym == XK_Mode_switch) 200 if (sym == XK_Num_Lock) 655 register KeySym sym, 660 if (sym < 654 XConvertCase(register KeySym sym,KeySym * lower,KeySym * upper) argument 797 KeySym sym, lsym, usym; local in function:_XTranslateKey [all...] |
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| H A D | source_list.py | 52 sym = val[(deref_pos + 2):(deref_end - 1)] 53 expanded += val[cur:deref_pos] + self.symbol_table[sym] 71 # set op, sym, and val 73 sym = line[:op_pos].strip() 77 self.symbol_table[sym] = val 79 self.symbol_table[sym] += ' ' + val 81 if sym not in self.symbol_table: 82 self.symbol_table[sym] = val
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | modify-keys.pl | 50 # TODO show different sort-order (code, sym, xkb) 475 my $sym = $keyCodes{$code}; 484 elsif ( $sym eq "XK_Tab" || $sym eq "XK_Return" ) { 491 if ( $sym =~ /^XK_[34578]$/ or $sym eq "XK_slash" ) { 546 my $sym = ""; 547 $sym = $keyCodes{$code} if ( $keyCodes{$code} ); 559 if ( $sym eq "XK_BackSpace" 560 or $sym e [all...] |
| /xsrc/external/mit/libdrm/dist/ |
| H A D | symbols-check.py | 119 sym for sym in mandatory_symbols if sym not in lib_symbols
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBCompat.c | 67 syms->sym = wire->sym; 184 XkbSymInterpretPtr sym = &xkb->compat->sym_interpret[firstSI]; local in function:_XkbWriteSetCompatMap 187 for (i = 0; i < nSI; i++, wire++, sym++) { 188 wire->sym = (CARD32) sym->sym; 189 wire->mods = sym->mods; 190 wire->match = sym->match; 191 wire->flags = sym [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 86 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, local in function:nv50_ir::ConverterCommon::handleUserClipPlanes 88 Value *ucp = mkLoadv(TYPE_F32, sym, NULL); 101 Symbol *sym = local in function:nv50_ir::ConverterCommon::handleUserClipPlanes 103 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, res[i]);
|
| H A D | nv50_ir_build_util.cpp | 139 Symbol *sym = mkSymbol(file, 0, ty, offset); local in function:nv50_ir::BuildUtil::mkFetch 141 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym); 162 Symbol *sym = mkSymbol(FILE_SHADER_INPUT, 0, ty, offset); local in function:nv50_ir::BuildUtil::mkInterp 164 Instruction *insn = mkOp1(op, ty, dst, sym); 429 Symbol *sym = new_Symbol(prog, file, fileIndex); local in function:nv50_ir::BuildUtil::mkSymbol 431 sym->setOffset(baseAddr); 432 sym->reg.type = ty; 433 sym->reg.size = typeSizeof(ty); 435 return sym; 441 Symbol *sym local in function:nv50_ir::BuildUtil::mkSysVal 516 Value *sym = lookup(m, i, c); local in function:nv50_ir::BuildUtil::DataArray::load 534 Value *sym = lookup(m, i, c); local in function:nv50_ir::BuildUtil::DataArray::store 548 Symbol *sym = new_Symbol(up->getProgram(), file, 0); local in function:nv50_ir::BuildUtil::DataArray::mkSymbol [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_build_util.cpp | 141 Symbol *sym = mkSymbol(file, 0, ty, offset); local in function:nv50_ir::BuildUtil::mkFetch 143 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym); 164 Symbol *sym = mkSymbol(FILE_SHADER_INPUT, 0, ty, offset); local in function:nv50_ir::BuildUtil::mkInterp 166 Instruction *insn = mkOp1(op, ty, dst, sym); 449 Symbol *sym = new_Symbol(prog, file, fileIndex); local in function:nv50_ir::BuildUtil::mkSymbol 451 sym->setOffset(baseAddr); 452 sym->reg.type = ty; 453 sym->reg.size = typeSizeof(ty); 455 return sym; 461 Symbol *sym local in function:nv50_ir::BuildUtil::mkSysVal 492 Symbol *sym = new_Symbol(prog, FILE_THREAD_STATE, 0); local in function:nv50_ir::BuildUtil::mkTSVal 546 Value *sym = lookup(m, i, c); local in function:nv50_ir::BuildUtil::DataArray::load 564 Value *sym = lookup(m, i, c); local in function:nv50_ir::BuildUtil::DataArray::store 578 Symbol *sym = new_Symbol(up->getProgram(), file, 0); local in function:nv50_ir::BuildUtil::DataArray::mkSymbol [all...] |
| H A D | nv50_ir_from_common.cpp | 88 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, local in function:nv50_ir::ConverterCommon::handleUserClipPlanes 90 Value *ucp = mkLoadv(TYPE_F32, sym, NULL); 103 Symbol *sym = local in function:nv50_ir::ConverterCommon::handleUserClipPlanes 105 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, res[i]);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbUtils.c | 807 XkbConvertCase(register KeySym sym, KeySym *lower, KeySym *upper) argument 809 *lower = sym; 810 *upper = sym; 811 switch(sym >> 8) { 813 if ((sym >= XK_A) && (sym <= XK_Z)) 815 else if ((sym >= XK_a) && (sym <= XK_z)) 817 else if ((sym >= XK_Agrave) && (sym < [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbUtils.c | 831 XkbConvertCase(register KeySym sym, KeySym * lower, KeySym * upper) argument 833 *lower = sym; 834 *upper = sym; 835 switch (sym >> 8) { 837 if ((sym >= XK_A) && (sym <= XK_Z)) 839 else if ((sym >= XK_a) && (sym <= XK_z)) 841 else if ((sym >= XK_Agrave) && (sym < [all...] |
| /xsrc/external/mit/xkbprint/dist/ |
| H A D | psgeom.c | 1093 PSKeycapsSymbol(KeySym sym, unsigned char *buf, argument 1104 switch (sym) { 1146 switch (sym) { 1296 PSNonLatin1Symbol(KeySym sym, unsigned char *buf, argument 1307 switch (sym) { 1337 if ((sym & (~0xffUL)) == 0x700) { 1338 switch (sym) { 1487 switch (sym) { 1511 CheckSymbolAlias(KeySym sym, PSState *state) argument 1513 if (XkbKSIsKeypad(sym)) { 1626 KeySym sym, *syms, topSyms[NLABELS]; local in function:FindKeysymsByName [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut_x11.c | 114 lookup_keysym(KeySym sym) argument 118 switch (sym) { 213 KeySym sym; local in function:next_event 217 buffer, sizeof(buffer), &sym, NULL); 222 r = lookup_keysym(sym);
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | parseutils.c | 248 if (LookupKeysym(sym_str, &def->sym) == 0) 429 CreateKeysymList(char *sym) argument 441 def->value.list.syms[0] = sym; 642 AppendKeysymList(ExprDef * list, char *sym) argument 657 list->value.list.syms[list->value.list.nSyms++] = sym; 664 KeySym sym; local in function:LookupKeysym 678 sym = XStringToKeysym(str); 679 if (sym != NoSymbol) 681 *sym_rtrn = sym; 687 sym [all...] |