| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| module-abi-8.h | 236 #define __CLS_INFO(cls) ((cls)->info) 237 #define __CLS_ISINFO(cls, mask) ((__CLS_INFO(cls)&mask)==mask) 238 #define __CLS_SETINFO(cls, mask) (__CLS_INFO(cls) |= mask) 239 #define __CLS_SETNOTINFO(cls, mask) (__CLS_INFO(cls) &= ~mask) 243 #define CLS_ISMETA(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_META) [all...] |
| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| module-abi-8.h | 236 #define __CLS_INFO(cls) ((cls)->info) 237 #define __CLS_ISINFO(cls, mask) ((__CLS_INFO(cls)&mask)==mask) 238 #define __CLS_SETINFO(cls, mask) (__CLS_INFO(cls) |= mask) 239 #define __CLS_SETNOTINFO(cls, mask) (__CLS_INFO(cls) &= ~mask) 243 #define CLS_ISMETA(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_META) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-recurse-unwind.py | 36 def reset_count(cls): 37 cls.count = 0 40 def inc_count(cls): 41 cls.count += 1 46 def set_test(cls, test): 47 cls.test = test
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-recurse-unwind.py | 36 def reset_count(cls): 37 cls.count = 0 40 def inc_count(cls): 41 cls.count += 1 46 def set_test(cls, test): 47 cls.test = test
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| sendmsg.c | 67 static void __objc_install_dtable_for_class (Class cls); 68 static void __objc_prepare_dtable_for_class (Class cls); 69 static void __objc_install_prepared_dtable_for_class (Class cls); 71 static struct sarray *__objc_prepared_dtable_for_class (Class cls); 72 static IMP __objc_get_prepared_imp (Class cls,SEL sel); 771 search_for_method_in_hierarchy (Class cls, SEL sel) 781 for (class = cls; ((! method) && class); class = class->super_class) 967 If CLS is a class, it installs instance methods. 968 If CLS is a meta class, it installs class methods. 979 __objc_install_dtable_for_class (Class cls) [all...] |
| /src/external/gpl3/gcc/dist/libobjc/ |
| sendmsg.c | 67 static void __objc_install_dtable_for_class (Class cls); 68 static void __objc_prepare_dtable_for_class (Class cls); 69 static void __objc_install_prepared_dtable_for_class (Class cls); 71 static struct sarray *__objc_prepared_dtable_for_class (Class cls); 72 static IMP __objc_get_prepared_imp (Class cls,SEL sel); 771 search_for_method_in_hierarchy (Class cls, SEL sel) 781 for (class = cls; ((! method) && class); class = class->super_class) 967 If CLS is a class, it installs instance methods. 968 If CLS is a meta class, it installs class methods. 979 __objc_install_dtable_for_class (Class cls) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ |
| bailiwick_ans.py | 35 def __init_subclass__(cls, mode: str) -> None: 36 assert mode not in cls.spoofers 37 cls.spoofers[mode] = cls 40 def get_spoofer(cls, mode: str) -> Optional["ResponseSpoofer"]: 42 return cls.spoofers[mode]()
|
| /src/external/gpl3/binutils/dist/cpu/ |
| or1k.opc | 245 enum or1k_rclass cls = RCLASS_DIRECT; 267 cls = RCLASS_GOTPC; 272 cls = RCLASS_GOTOFF; 277 cls = RCLASS_TLSGD; 282 cls = RCLASS_TLSLDM; 287 cls = RCLASS_DTPOFF; 292 cls = RCLASS_GOTTPOFF; 297 cls = RCLASS_TPOFF; 302 cls = RCLASS_GOT; 320 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF [all...] |
| /src/external/gpl3/binutils.old/dist/cpu/ |
| or1k.opc | 245 enum or1k_rclass cls = RCLASS_DIRECT; 267 cls = RCLASS_GOTPC; 272 cls = RCLASS_GOTOFF; 277 cls = RCLASS_TLSGD; 282 cls = RCLASS_TLSLDM; 287 cls = RCLASS_DTPOFF; 292 cls = RCLASS_GOTTPOFF; 297 cls = RCLASS_TPOFF; 302 cls = RCLASS_GOT; 320 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF [all...] |
| /src/external/gpl3/gdb/dist/cpu/ |
| or1k.opc | 245 enum or1k_rclass cls = RCLASS_DIRECT; 267 cls = RCLASS_GOTPC; 272 cls = RCLASS_GOTOFF; 277 cls = RCLASS_TLSGD; 282 cls = RCLASS_TLSLDM; 287 cls = RCLASS_DTPOFF; 292 cls = RCLASS_GOTTPOFF; 297 cls = RCLASS_TPOFF; 302 cls = RCLASS_GOT; 320 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF [all...] |
| /src/external/gpl3/gdb.old/dist/cpu/ |
| or1k.opc | 245 enum or1k_rclass cls = RCLASS_DIRECT; 267 cls = RCLASS_GOTPC; 272 cls = RCLASS_GOTOFF; 277 cls = RCLASS_TLSGD; 282 cls = RCLASS_TLSLDM; 287 cls = RCLASS_DTPOFF; 292 cls = RCLASS_GOTTPOFF; 297 cls = RCLASS_TPOFF; 302 cls = RCLASS_GOT; 320 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| compat.py | 55 def __new__(cls, *args, **kwargs):
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| ddt.h | 171 enum ddt_class cls, char *name); 173 enum ddt_class cls, uint64_t *walk, ddt_entry_t *dde); 175 enum ddt_class cls, uint64_t *count); 177 enum ddt_class cls, dmu_object_info_t *); 179 enum ddt_class cls); 237 enum ddt_class cls, ddt_entry_t *dde, dmu_tx_t *tx);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-icf.h | 250 congruence_class *cls; member in class:ipa_icf::sem_item 483 class congruence_class *cls; member in struct:ipa_icf::traverse_split_pair 540 /* Adds a CLS to hashtable associated by hash value. */ 541 void add_class (congruence_class *cls); 595 /* Adds a newly created congruence class CLS to worklist. */ 596 void worklist_push (congruence_class *cls); 601 /* Every usage of a congruence class CLS is a candidate that can split the 604 void do_congruence_step (congruence_class *cls); 606 /* Tests if a class CLS used as INDEXth splits any congruence classes. 608 bool do_congruence_step_for_index (congruence_class *cls, unsigned int index) [all...] |
| ipa-icf.cc | 2308 /* Adds a CLS to hashtable associated by hash value. */ 2311 sem_item_optimizer::add_class (congruence_class *cls) 2313 gcc_assert (cls->members.length ()); 2316 = get_group_by_hash (cls->members[0]->get_hash (), 2317 cls->members[0]->type); 2318 group->classes.safe_push (cls); 2522 /* Makes pairing between a congruence class CLS and semantic ITEM. */ 2525 sem_item_optimizer::add_item_to_class (congruence_class *cls, sem_item *item) 2527 item->index_in_class = cls->members.length (); 2528 cls->members.safe_push (item) 2895 congruence_class *cls = (*it)->classes[i]; local 3154 congruence_class *cls; local 3195 congruence_class *cls; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-icf.h | 250 congruence_class *cls; member in class:ipa_icf::sem_item 487 class congruence_class *cls; member in struct:ipa_icf::traverse_split_pair 544 /* Adds a CLS to hashtable associated by hash value. */ 545 void add_class (congruence_class *cls); 599 /* Adds a newly created congruence class CLS to worklist. */ 600 void worklist_push (congruence_class *cls); 605 /* Every usage of a congruence class CLS is a candidate that can split the 608 void do_congruence_step (congruence_class *cls); 610 /* Tests if a class CLS used as INDEXth splits any congruence classes. 612 bool do_congruence_step_for_index (congruence_class *cls, unsigned int index) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| optrecord.py | 64 def set_demangler(cls, demangler): 65 cls.demangler_proc = subprocess.Popen(demangler.split(), stdin=subprocess.PIPE, stdout=subprocess.PIPE) 66 cls.demangler_lock = Lock() 69 def demangle(cls, name): 70 with cls.demangler_lock: 71 cls.demangler_proc.stdin.write((name + '\n').encode('utf-8')) 72 cls.demangler_proc.stdin.flush() 73 return cls.demangler_proc.stdout.readline().rstrip().decode('utf-8')
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| or1k-asm.c | 230 enum or1k_rclass cls = RCLASS_DIRECT; 252 cls = RCLASS_GOTPC; 257 cls = RCLASS_GOTOFF; 262 cls = RCLASS_TLSGD; 267 cls = RCLASS_TLSLDM; 272 cls = RCLASS_DTPOFF; 277 cls = RCLASS_GOTTPOFF; 282 cls = RCLASS_TPOFF; 287 cls = RCLASS_GOT; 305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF 229 enum or1k_rclass cls = RCLASS_DIRECT; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| or1k-asm.c | 230 enum or1k_rclass cls = RCLASS_DIRECT; 252 cls = RCLASS_GOTPC; 257 cls = RCLASS_GOTOFF; 262 cls = RCLASS_TLSGD; 267 cls = RCLASS_TLSLDM; 272 cls = RCLASS_DTPOFF; 277 cls = RCLASS_GOTTPOFF; 282 cls = RCLASS_TPOFF; 287 cls = RCLASS_GOT; 305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF 229 enum or1k_rclass cls = RCLASS_DIRECT; local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| or1k-asm.c | 230 enum or1k_rclass cls = RCLASS_DIRECT; 252 cls = RCLASS_GOTPC; 257 cls = RCLASS_GOTOFF; 262 cls = RCLASS_TLSGD; 267 cls = RCLASS_TLSLDM; 272 cls = RCLASS_DTPOFF; 277 cls = RCLASS_GOTTPOFF; 282 cls = RCLASS_TPOFF; 287 cls = RCLASS_GOT; 305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF 229 enum or1k_rclass cls = RCLASS_DIRECT; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| or1k-asm.c | 230 enum or1k_rclass cls = RCLASS_DIRECT; 252 cls = RCLASS_GOTPC; 257 cls = RCLASS_GOTOFF; 262 cls = RCLASS_TLSGD; 267 cls = RCLASS_TLSLDM; 272 cls = RCLASS_DTPOFF; 277 cls = RCLASS_GOTTPOFF; 282 cls = RCLASS_TPOFF; 287 cls = RCLASS_GOT; 305 else if (strncasecmp (str, "po(", 3) == 0 && cls != RCLASS_GOTTPOFF 229 enum or1k_rclass cls = RCLASS_DIRECT; local [all...] |
| /src/sys/dev/pci/ |
| satalink.c | 395 pcireg_t cls, reg; local 399 cls = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); 400 cls = (cls >> PCI_CACHELINE_SHIFT) & PCI_CACHELINE_MASK; 401 cls *= 4; 402 if (cls > 224) { 403 cls = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); 404 cls &= ~(PCI_CACHELINE_MASK << PCI_CACHELINE_SHIFT); 405 cls |= ((224/4) << PCI_CACHELINE_SHIFT); 406 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, cls); [all...] |
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_cursor.py | 130 cls = get_cursor(tu, 'X') 133 self.assertIsNotNone(cls) 227 cls = get_cursor(tu, 'X') 230 self.assertIsNotNone(cls) 243 cls = get_cursor(tu, 'X') 246 self.assertIsNotNone(cls) 258 cls = get_cursor(tu, 'X') 261 self.assertIsNotNone(cls) 273 cls = get_cursor(tu, 'X') 276 self.assertIsNotNone(cls) [all...] |
| /src/games/hack/ |
| hack.rip.c | 93 cls();
|
| /src/usr.bin/flock/ |
| flock.c | 155 int cls = 0; local 200 cls = 1; 218 if (cls) 302 if (cls)
|