HomeSort by relevance Sort by last modified time
    Searched refs:slab (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
pgtable_32.h 29 #include <linux/slab.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 29 #include <linux/slab.h>
  /external/libchrome/base/process/
process_metrics_unittest.cc 127 "Slab: 54212 kB\n"
161 "Slab: 25912 kB\n"
185 EXPECT_EQ(meminfo.slab, 54212);
process_metrics_linux.cc 552 slab = 0;
578 res->SetInteger("slab", slab);
643 else if (tokens[0] == "Slab:")
644 target = &meminfo->slab;
  /external/squashfs-tools/kernel/fs/squashfs/
cache.c 49 #include <linux/slab.h>
super.c 32 #include <linux/slab.h>
file.c 46 #include <linux/slab.h>
  /cts/tools/dasm/src/dasm/
parser.cup 611 Int:reg IS Word:name Word:desc optional_signature:sign FROM Word:slab TO Word:elab
612 {: dAsm.addVar(slab.str_val, elab.str_val, name.str_val,
  /external/e2fsprogs/e2fsck/
recovery.c 23 #include <linux/slab.h>
revoke.c 67 #include <linux/slab.h>
  /external/v8/test/mjsunit/asm/embenchen/
copy.js 706 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
711 // is initial data - if @slab is a number, then this does not matter at all and is
714 function allocate(slab, types, allocator, ptr) {
716 if (typeof slab === 'number') {
718 size = slab;
721 size = slab.length;
748 if (slab.subarray || slab.slice) {
749 HEAPU8.set(slab, ret);
751 HEAPU8.set(new Uint8Array(slab), ret)
    [all...]
corrections.js 706 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
711 // is initial data - if @slab is a number, then this does not matter at all and is
714 function allocate(slab, types, allocator, ptr) {
716 if (typeof slab === 'number') {
718 size = slab;
721 size = slab.length;
748 if (slab.subarray || slab.slice) {
749 HEAPU8.set(slab, ret);
751 HEAPU8.set(new Uint8Array(slab), ret)
    [all...]
primes.js 706 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
711 // is initial data - if @slab is a number, then this does not matter at all and is
714 function allocate(slab, types, allocator, ptr) {
716 if (typeof slab === 'number') {
718 size = slab;
721 size = slab.length;
748 if (slab.subarray || slab.slice) {
749 HEAPU8.set(slab, ret);
751 HEAPU8.set(new Uint8Array(slab), ret)
    [all...]
fannkuch.js 737 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
742 // is initial data - if @slab is a number, then this does not matter at all and is
745 function allocate(slab, types, allocator, ptr) {
747 if (typeof slab === 'number') {
749 size = slab;
752 size = slab.length;
779 if (slab.subarray || slab.slice) {
780 HEAPU8.set(slab, ret);
782 HEAPU8.set(new Uint8Array(slab), ret)
    [all...]
fasta.js 716 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
721 // is initial data - if @slab is a number, then this does not matter at all and is
724 function allocate(slab, types, allocator, ptr) {
726 if (typeof slab === 'number') {
728 size = slab;
731 size = slab.length;
758 if (slab.subarray || slab.slice) {
759 HEAPU8.set(slab, ret);
761 HEAPU8.set(new Uint8Array(slab), ret)
    [all...]
memops.js 706 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
711 // is initial data - if @slab is a number, then this does not matter at all and is
714 function allocate(slab, types, allocator, ptr) {
716 if (typeof slab === 'number') {
718 size = slab;
721 size = slab.length;
748 if (slab.subarray || slab.slice) {
749 HEAPU8.set(slab, ret);
751 HEAPU8.set(new Uint8Array(slab), ret)
    [all...]
zlib.js 706 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
711 // is initial data - if @slab is a number, then this does not matter at all and is
714 function allocate(slab, types, allocator, ptr) {
716 if (typeof slab === 'number') {
718 size = slab;
721 size = slab.length;
748 if (slab.subarray || slab.slice) {
749 HEAPU8.set(slab, ret);
751 HEAPU8.set(new Uint8Array(slab), ret)
    [all...]
lua_binarytrees.js     [all...]
  /device/google/contexthub/firmware/src/drivers/orientation/
orientation.c 34 #include <slab.h>
285 // slab allocation failed
  /device/google/contexthub/firmware/src/
osApi.c 27 #include <slab.h>
303 //we reuse the same slab element to send the event now
sensors.c 25 #include <slab.h>
nanohubCommand.c 43 #include <slab.h>
    [all...]
seos.c 36 #include <slab.h>
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 28 #include <linux/slab.h>
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]

Completed in 1182 milliseconds

1 2 3 4 56 7