| /freebsd-12.1/usr.bin/dtc/ |
| H A D | fdt.cc | 419 structs.consume_binary(name_offset); in property() 764 while (structs[0] != '\0' && structs[0] != '@') in node() 766 bytes.push_back(structs[0]); in node() 767 ++structs; in node() 771 if (structs[0] == '@') in node() 773 ++structs; in node() 774 while (structs[0] != '\0') in node() 776 bytes.push_back(structs[0]); in node() 777 ++structs; in node() 781 ++structs; in node() [all …]
|
| H A D | fdt.hh | 309 property(input_buffer &structs, input_buffer &strings); 334 static property_ptr parse_dtb(input_buffer &structs, 514 node(input_buffer &structs, input_buffer &strings); 631 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.opt | 82 mfaster-structs 84 Use structs on stronger alignment for double-word copies
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 96 // - Split structs into one or two 64-bit sized chunks, or 32-bit chunks with 99 // - Pass structs larger than 16 bytes indirectly with an explicit pointer 114 // structs. These arguments are not promoted to 64 bits, but they can still
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | event_rpcgen.py | 1390 structs = [] 1413 return structs 1425 structs = [] 1433 structs.extend(ProcessOneEntry(factory, newstruct, entry)) 1435 structs.append(newstruct) 1436 return structs
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 1390 structs = [] 1413 return structs 1425 structs = [] 1433 structs.extend(ProcessOneEntry(factory, newstruct, entry)) 1435 structs.append(newstruct) 1436 return structs
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 93 # Parse sysctl(8) `kern.geom.confxml' data into a series of structs. GEOM 94 # classes are at the top of the hierarchy and are stored as numbered structs 96 # objects within each class are stored as numbered structs from 1 to `ngeoms'
|
| H A D | struct.subr | 40 # data (including names of other structs).
|
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | dummynet.txt | 361 to configure a pipe all three structs (dn_link, dn_sch, dn_fs) are needed, 368 if it is configuring a pipe, a queue, or a scheduler. Then there are structs 512 Dummynet is not compatible with old ipfw binary because internal structs are 527 The internal structs of new dummynet are very different from the original. 682 In dummynet, a scheduler algorithm is represented by two main structs, some 683 functions and other minor structs. 724 See now the two main structs: 769 set the size of its structs in the scheduler descriptor: 777 After the definition of structs, it is necessary to implement the 842 This struct contains the type of scheduler, the length of all structs and
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 32 def Record : DDecl<Tag, "structs, unions, classes">;
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/media/ |
| H A D | wlan.subr | 298 # Parse the results of wpa_cli(8) `scan_results' into a series of structs (see 510 # Find matches and set match data on structs 1011 # required) from wpa_supplicant.conf(5) [WPA_NETWORK] structs. 1103 # required) from wpa_cli(8) `scan_results' [WPA_SCAN_RESULT] structs. 1271 # Process wpa_supplicant.conf(5) structs 1273 # Process wpa_cli(8) `scan_results' structs
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c.opt | 808 -femit-struct-debug-baseonly Aggressive reduced debug info for structs 812 -femit-struct-debug-reduced Conservative reduced debug info for structs 816 -femit-struct-debug-detailed=<spec-list> Detailed reduced debug info for structs
|
| H A D | ChangeLog.apple | 430 closure structs. 436 to structs that define closures. 441 flag for closure structs.
|
| H A D | ChangeLog.gcc43 | 199 to indicate the program's usage of the type. Filter structs based
|
| H A D | ONEWS | 609 2) Selectors have been redefined to be pointers to structs like:
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | zconf.h.in | 162 /* all zlib structs in zlib.h and zconf.h */
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | NEWS | 314 * The COFF linker now combines debugging information for structs, unions, and
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | libdns.doxygen | 362 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 373 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 439 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined 646 # the bottom of the documentation of classes and structs. If set to YES, the 1041 # classes, structs, unions or interfaces.
|
| /freebsd-12.1/contrib/bearssl/ |
| H A D | Doxyfile | 362 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 373 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 439 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined 646 # the bottom of the documentation of classes and structs. If set to YES, the 1036 # classes, structs, unions or interfaces.
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 313 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 481 # at the bottom of the documentation of classes and structs. If set to YES the 774 # contains a lot of classes, structs, unions or interfaces.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 411 HelpText<"Check for excessively padded structs.">,
|
| /freebsd-12.1/sys/dev/bktr/ |
| H A D | CHANGELOG.TXT | 76 new table structs for tuner lookups.
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | libgomp.texi | 1074 In the parent, copy in values for scalar and "small" structs;
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1998 | 4433 * except.c: Remove local structs and include eh-common.h. 4735 mangling, temporarily set the DECL_CONTEXT on anonymous structs. 5184 * cvt.c (ocp_convert): Don't force a temporary for internal structs. 6263 (start_squangling): New function to initialize squangling structs. 6264 (end_squangling): New function to destroy squangling structs.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 719 -mfaster-structs -mno-faster-structs @gol 1326 fields within structs/unions}, for details. 3570 Indirect uses arise through pointers to structs. 3576 ordinary structs (@samp{ord:}) or generic structs (@samp{gen:}). 3577 Generic structs are a bit complicated to explain. 3584 structs for which the compiler will emit debug information. 12544 @item -mno-faster-structs 12545 @itemx -mfaster-structs 12546 @opindex mno-faster-structs 12547 @opindex mfaster-structs [all …]
|