Searched refs:def (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libfido2/src/
H A Dpacked.h12 #define PACKED_TYPE(type, def) \
13 typedef def __attribute__ ((__packed__)) type;
15 #define PACKED_TYPE(type, def) \
17 typedef def type; \
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBStringListExtensions.i4 def __iter__(self):
8 def __len__(self):
H A DSBThreadCollectionExtensions.i5 def __iter__(self):
9 def __len__(self):
H A DSBProcessInfoListExtensions.i4 def __len__(self):
8 def __iter__(self):
H A DSBMemoryRegionInfoListExtensions.i4 def __len__(self):
8 def __iter__(self):
H A DSBBreakpointListExtensions.i4 def __len__(self):
8 def __iter__(self):
H A DSBStructuredDataExtensions.i6 def __int__(self):
9 def __len__(self):
13 def __iter__(self):
H A DSBQueueItemExtensions.i4 def __hex__(self):
H A DSBFileSpecListExtensions.i6 def __len__(self):
10 def __iter__(self):
H A DSBModuleSpecListExtensions.i6 def __len__(self):
10 def __iter__(self):
H A DSBInstructionExtensions.i6 def __hex__(self):
10 def __len__(self):
14 def __mnemonic_property__ (self):
16 def __operands_property__ (self):
18 def __comment_property__ (self):
20 def __file_addr_property__ (self):
22 def __load_adrr_property__ (self):
H A DSBUnixSignalsExtensions.i4 def __iter__(self):
8 def __len__(self):
11 def get_unix_signals_list(self):
H A DSBBreakpointExtensions.i9 def __init__(self, sbbreakpoint):
12 def __len__(self):
17 def __getitem__(self, key):
25 def get_locations_access_object(self):
29 def get_breakpoint_location_list(self):
37 def __iter__(self):
42 def __len__(self):
H A DSBThreadExtensions.i8 def __eq__(self, other):
11 def __iter__(self):
15 def __len__(self):
21 def __init__(self, sbthread):
24 def __len__(self):
29 def __getitem__(self, key):
37 def get_frames_access_object(self):
41 def get_thread_frames(self):
/freebsd-current/contrib/ntp/sntp/include/
H A DMakefile.am4 autogen-version.def \
5 copyright.def \
6 debug-opt.def \
7 homerc.def \
9 version.def \
15 $(srcdir)/version.def: $(srcdir)/../../packageinfo.sh
16 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c75 /* compress from file to def until provided buffer is full or end of
78 local int partcompress(FILE *in, z_streamp def) argument
85 def->avail_in = (uInt)fread(raw, 1, RAWLEN, in);
88 def->next_in = raw;
91 LOG_FITBLK("partcompress1 avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)def->avail_in, (int)def->total_in, (int)def->avail_out, (int)def->total_out);
92 ret = deflate(def, flush);
93 LOG_FITBLK("partcompress2 ret=%d avail_in=%d total_in=%d avail_out=%d total_out=%d\n", ret, (int)def
103 recompress(z_streamp inf, z_streamp def) argument
146 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
H A Dfitblk_original.c70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def) argument
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def) argument
113 def
134 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
/freebsd-current/contrib/ntp/sntp/unity/auto/
H A Dtype_sanitizer.rb3 def self.sanitize_c_identifier(unsanitized)
/freebsd-current/sys/dev/iicbus/pmic/rockchip/
H A Drk8xx_regulators.c58 dprintf(sc, "Regulator %s init called\n", sc->def->name);
97 sc->def->name);
98 rk8xx_read(sc->base_dev, sc->def->enable_reg, &val, 1);
100 val |= sc->def->enable_mask;
102 val &= ~sc->def->enable_mask;
103 rk8xx_write(sc->base_dev, sc->def->enable_reg, &val, 1);
117 if (sc->def->voltage_step2) {
121 ((sc->def->voltage_min2 - sc->def->voltage_min) /
122 sc->def
277 rk8xx_reg_attach(device_t dev, phandle_t node, struct rk8xx_regdef *def) argument
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_hout.c56 print_datadef(definition *def, int headeronly) argument
59 if (def->def_kind == DEF_PROGRAM) /* handle data only */
62 if (def->def_kind != DEF_CONST) {
65 switch (def->def_kind) {
67 pstructdef(def);
70 puniondef(def);
73 penumdef(def);
76 ptypedef(def);
79 pprogramdef(def, headeronly);
82 pconstdef(def);
95 print_funcdef(definition *def, int headeronly) argument
141 pconstdef(definition *def) argument
150 pargdef(definition *def) argument
183 pstructdef(definition *def) argument
197 puniondef(definition *def) argument
273 pprogramdef(definition *def, int headeronly) argument
365 penumdef(definition *def) argument
396 ptypedef(definition *def) argument
500 definition *def; local
[all...]
H A Drpc_cout.c56 emit(definition *def) argument
58 if (def->def_kind == DEF_CONST) {
61 if (def->def_kind == DEF_PROGRAM) {
62 emit_program(def);
65 if (def->def_kind == DEF_TYPEDEF) {
72 if (strcmp(def->def.ty.old_type, def->def_name) == 0)
75 print_header(def);
76 switch (def
97 findtype(definition *def, const char *type) argument
110 definition *def; local
131 print_header(definition *def) argument
286 emit_program(definition *def) argument
306 emit_union(definition *def) argument
370 inline_struct(definition *def, int flag) argument
529 emit_struct(definition *def) argument
599 emit_typedef(definition *def) argument
[all...]
/freebsd-current/sys/arm/ti/clk/
H A Dclock_common.h37 int find_parent_clock_names(device_t dev, struct clock_cell_info *clk, struct clknode_init_def *def);
38 void create_clkdef(device_t dev, struct clock_cell_info *clk, struct clknode_init_def *def);
39 void free_clkdef(struct clknode_init_def *def);
/freebsd-current/sys/arm/mv/clk/
H A Darmada38x_gen.h34 struct clknode_init_def def; member in struct:armada38x_gen_clknode_def
H A Da37x0_tbg.c130 struct a37x0_tbg_pll_clk_def def; local
162 def.clkdef.parent_names = &clkname;
163 def.clkdef.parent_cnt = 1;
164 def.clkdef.id = i;
165 def.clkdef.name = tbg[i].name;
167 def.vcodiv.offset = tbg[i].vcodiv_offset;
168 def.vcodiv.shift = tbg[i].vcodiv_shift;
169 def.refdiv.offset = TBG_CTRL7;
170 def.refdiv.shift = tbg[i].refdiv_shift;
171 def
[all...]
/freebsd-current/sys/contrib/libsodium/dist-build/
H A Dandroid-build.sh62 egrep '^#define ' config.log | sort -u > config-def-compat.log
77 egrep '^#define ' config.log | sort -u > config-def.log
78 if ! cmp config-def.log config-def-compat.log; then
80 diff -u config-def.log config-def-compat.log >&2
83 rm -f config-def.log config-def-compat.log

Completed in 181 milliseconds

1234567891011>>