HomeSort by: relevance | last modified time | path
    Searched defs:depth (Results 1 - 25 of 262) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/tests/lib/libc/gen/
t_getcwd.c 79 short depth; local in function:ATF_TC_BODY
84 depth = 2;
108 if (ftse->fts_level > depth) {
t_getcwd.c 79 short depth; local in function:ATF_TC_BODY
84 depth = 2;
108 if (ftse->fts_level > depth) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
vmid.h 47 enum dcn_hubbub_page_table_depth depth; member in struct:dcn_vmid_page_table_config
vmid.h 47 enum dcn_hubbub_page_table_depth depth; member in struct:dcn_vmid_page_table_config
  /src/sys/external/bsd/libfdt/dist/
fdt_wip.c 77 int depth = 0; local in function:fdt_node_end_offset_
79 while ((offset >= 0) && (depth >= 0))
80 offset = fdt_next_node(fdt, offset, &depth);
fdt_wip.c 77 int depth = 0; local in function:fdt_node_end_offset_
79 while ((offset >= 0) && (depth >= 0))
80 offset = fdt_next_node(fdt, offset, &depth);
fdt.c 204 int fdt_next_node(const void *fdt, int offset, int *depth)
223 if (depth)
224 (*depth)++;
228 if (depth && ((--(*depth)) < 0))
234 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth))
246 int depth = 0; local in function:fdt_first_subnode
248 offset = fdt_next_node(fdt, offset, &depth);
249 if (offset < 0 || depth != 1)
257 int depth = 1 local in function:fdt_next_subnode
    [all...]
fdt.c 204 int fdt_next_node(const void *fdt, int offset, int *depth)
223 if (depth)
224 (*depth)++;
228 if (depth && ((--(*depth)) < 0))
234 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth))
246 int depth = 0; local in function:fdt_first_subnode
248 offset = fdt_next_node(fdt, offset, &depth);
249 if (offset < 0 || depth != 1)
257 int depth = 1 local in function:fdt_next_subnode
    [all...]
  /src/sys/arch/atari/dev/
viewioctl.h 49 u_int depth; member in struct:view_size
viewioctl.h 49 u_int depth; member in struct:view_size
  /src/sys/arch/amiga/dev/
viewioctl.h 49 u_int depth; member in struct:view_size
viewioctl.h 49 u_int depth; member in struct:view_size
  /src/sys/dev/fdt/
fdt_ddb.c 135 int depth = 0; variable in typeref:typename:int
137 node >= 0 && depth >= 0;
138 node = fdt_next_node(fdt, node, &depth)) {
141 if (depth > FDT_MAX_DEPTH) {
142 pr("max depth exceeded: %d\n", depth);
145 pname[depth] = name;
150 if (depth == 0)
152 for (size_t i = 1; i <= depth; i++) {
fdt_openfirm.c 41 int off, depth; local in function:OF_peer
56 depth = 1;
57 for (off = fdt_next_node(fdt_data, off, &depth);
58 off >= 0 && depth >= 0;
59 off = fdt_next_node(fdt_data, off, &depth)) {
60 if (depth == 1) {
72 int off, depth; local in function:OF_child
83 depth = 0;
84 for (off = fdt_next_node(fdt_data, off, &depth);
85 off >= 0 && depth > 0
    [all...]
fdt_ddb.c 135 int depth = 0; variable in typeref:typename:int
137 node >= 0 && depth >= 0;
138 node = fdt_next_node(fdt, node, &depth)) {
141 if (depth > FDT_MAX_DEPTH) {
142 pr("max depth exceeded: %d\n", depth);
145 pname[depth] = name;
150 if (depth == 0)
152 for (size_t i = 1; i <= depth; i++) {
fdt_openfirm.c 41 int off, depth; local in function:OF_peer
56 depth = 1;
57 for (off = fdt_next_node(fdt_data, off, &depth);
58 off >= 0 && depth >= 0;
59 off = fdt_next_node(fdt_data, off, &depth)) {
60 if (depth == 1) {
72 int off, depth; local in function:OF_child
83 depth = 0;
84 for (off = fdt_next_node(fdt_data, off, &depth);
85 off >= 0 && depth > 0
    [all...]
  /src/sys/arch/i386/stand/efiboot/
efipxe.c 51 int i, depth; local in function:efi_pxe_probe
67 depth = efi_device_path_depth(efi_bootdp,
69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
efipxe.c 51 int i, depth; local in function:efi_pxe_probe
67 depth = efi_device_path_depth(efi_bootdp,
69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
  /src/sys/stand/efiboot/
efipxe.c 51 int i, depth; local in function:efi_pxe_probe
67 depth = efi_device_path_depth(efi_bootdp,
69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
efipxe.c 51 int i, depth; local in function:efi_pxe_probe
67 depth = efi_device_path_depth(efi_bootdp,
69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
efifile.c 162 int depth; local in function:efi_file_path
164 depth = efi_device_path_count(dp);
165 if (depth == 0)
169 if (efi_device_path_ncmp(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0)
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_draw.c 148 /* depth is not actually interesting, we don't mask with it */
149 int depth = fb->format->cpp[0] * 8; local in function:qxl_draw_dirty_fb
211 top, width, height, depth, stride);
qxl_draw.c 148 /* depth is not actually interesting, we don't mask with it */
149 int depth = fb->format->cpp[0] * 8; local in function:qxl_draw_dirty_fb
211 top, width, height, depth, stride);
  /src/tests/lib/libc/sys/
t_stat.c 94 const short depth = 2; local in function:ATF_TC_BODY
115 if (ftse->fts_level > depth) {
  /src/sys/arch/shark/ofw/
chipsfb_ofbus.c 171 int isconsole, width, height, linebytes, depth; local in function:chipsfb_ofbus_attach
198 if (OF_getprop(oba->oba_phandle, "depth", &depth, sizeof(depth)) == 4) {
199 depth = be32toh(depth);
201 depth = 8;
206 linebytes = width * (depth >> 3);
212 prop_dictionary_set_uint32(dict, "depth", depth);
    [all...]

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011