HomeSort by relevance Sort by last modified time
    Searched defs:maj (Results 1 - 25 of 43) sorted by null

1 2

  /external/perf_data_converter/src/quipper/
dso.h 26 u32 maj = 0; member in struct:quipper::DSOInfo
  /external/libdrm/libkms/
linux.c 62 unsigned maj, min; local
85 maj = major(buffer.st_rdev);
88 snprintf(path, PATH_SIZE, "/sys/dev/char/%d:%d/device/driver", maj, min);
  /external/iproute2/lib/
names.c 25 int min, maj; local
36 if (sscanf(p, "%x:%x %s\n", &maj, &min, name) == 3) {
37 *id = (maj << 16) | min;
38 } else if (sscanf(p, "%x:%x %s #", &maj, &min, name) == 3) {
39 *id = (maj << 16) | min;
  /device/google/contexthub/lib/nanohub/
sha2.c 97 uint32_t maj = (a & b) ^ (a & c) ^ (b & c); local
98 uint32_t temp2 = s0 + maj;
  /external/curl/lib/
krb5.c 80 OM_uint32 maj, min; local
88 maj = gss_unseal(&min, *context, &enc, &dec, NULL, NULL);
89 if(maj != GSS_S_COMPLETE) {
117 OM_uint32 maj, min; local
126 maj = gss_seal(&min, *context,
131 if(maj != GSS_S_COMPLETE)
160 OM_uint32 maj, min; local
203 maj = gss_import_name(&min, &input_buffer, GSS_C_NT_HOSTBASED_SERVICE,
206 if(maj != GSS_S_COMPLETE) {
227 maj = Curl_gss_init_sec_context(data
324 OM_uint32 maj = local
    [all...]
  /external/kmod/tools/
static-nodes.c 62 static int write_human(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsigned int min)
73 (type == 'c') ? "character" : "block", maj, min);
86 static int write_tmpfiles(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsigned int min)
100 type, devname, maj, min);
113 static int write_devname(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsigned int min)
117 ret = fprintf(out, "%s %s %c%u:%u\n", modname, devname, type, maj, min);
248 unsigned int maj, min; local
255 &type, &maj, &min);
262 format->write(out, modname, devname, type, maj, min);
  /external/libconstrainedcrypto/
sha256.c 88 uint32_t maj = (A & B) ^ (A & C) ^ (B & C); local
89 uint32_t t2 = s0 + maj;
  /external/libnl/tests/
test-complex-HTB-with-hash-filters.c 29 #define TC_HANDLE(maj, min) (TC_H_MAJ((maj) << 16) | TC_H_MIN(min))
99 __u32 maj, min; local
102 maj = TC_H_ROOT;
105 maj = TC_H_UNSPEC;
108 maj = strtoul(str, &p, 16);
110 maj = 0;
115 if (maj >= (1<<16))
117 maj <<= 16;
124 maj |= min
    [all...]
  /external/perfetto/src/ftrace_reader/
cpu_reader.h 162 uint64_t maj = static_cast<uint64_t>(kernel_dev) >> 20; local
165 ((maj & 0xfffff000ULL) << 32) | ((maj & 0xfffULL) << 8) |
  /external/fio/
blktrace.c 153 unsigned int maj = FMAJOR(device); local
159 if (last_maj == maj && last_min == min) {
164 last_maj = maj;
171 if (f->major == maj && f->minor == min) {
179 if (blktrace_lookup_device(td->o.replay_redirect, dev, maj, min)) {
185 " with: %s\n", maj, min,
188 dprint(FD_BLKTRACE, "device lookup: %d/%d\n", maj, min);
197 td->files[fileno]->major = maj;
  /external/kmod/testsuite/
init_module.c 289 int maj = 0, min = 0; local
294 maj = maj * 10 + *p - '0';
298 if (maj > major || (maj == major && min >= minor))
  /external/mesa3d/src/loader/
loader.c 249 dev_node_from_fd(int fd, unsigned int *maj, unsigned int *min)
263 *maj = major(buf.st_rdev);
315 unsigned int maj, min; local
319 if (dev_node_from_fd(fd, &maj, &min) < 0)
  /external/autotest/client/tests/signaltest/src/
signaltest.c 275 int fd, maj, min, sub; local
281 sscanf(ver, "Linux version %d.%d.%d", &maj, &min, &sub);
282 if (maj == 2 && min == 6 && sub < 18)
  /external/iproute2/tc/
tc_util.c 78 __u32 maj; local
81 maj = TC_H_UNSPEC;
84 maj = strtoul(str, &p, 16);
85 if (p == str || maj >= (1 << 16))
87 maj <<= 16;
91 *h = maj;
97 __u32 maj, min; local
100 maj = TC_H_ROOT;
103 maj = TC_H_UNSPEC;
106 maj = strtoul(str, &p, 16)
    [all...]
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 471 int fd, maj, min, sub; local
477 sscanf(ver, "Linux version %d.%d.%d", &maj, &min, &sub);
478 if (maj == 2 && min == 6 && sub < 18)
  /external/toybox/toys/pending/
tar.c 582 int i, j, maj, min, sz, e = 0; local
633 maj = otoi(tar.major, sizeof(tar.major));
635 file_hdr->device = dev_makedev(maj, min);
  /external/fio/t/
btrace2fio.c 275 unsigned int maj = FMAJOR(devno); local
283 if (p->last_major == maj && p->last_minor == min)
286 p->last_major = maj;
295 if (f->major == maj && f->minor == min)
300 if (!blktrace_lookup_device(NULL, dev, maj, min)) {
301 log_err("fio: failed to find device %u/%u\n", maj, min);
312 f->major = maj;
  /external/valgrind/VEX/priv/
guest_arm64_helpers.c 1086 UInt maj = SHAmajority(X->w32[0], X->w32[1], X->w32[2]); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 2727 unsigned int maj, year, month, day, build; local
    [all...]
  /system/extras/simpleperf/
record.h 296 uint32_t maj; member in struct:Mmap2Record::Mmap2RecordDataType
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 117 u32 maj; member in struct:quipper::mmap2_event
  /external/python/cpython3/PC/
launcher.c 1334 WORD maj, min, rel, bld; local
    [all...]
  /external/toybox/toys/posix/
ps.c 854 int tty_major = 0, maj = dev_major(rdev), min = dev_minor(rdev); local
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 3375 UWord maj, min; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coff-sh.c 2023 const struct sh_major_opcode *maj; local
    [all...]

Completed in 713 milliseconds

1 2