Home
last modified time | relevance | path

Searched refs:bufferKind (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DArrayBufferObject.h420 return BufferContents(dataPointer(), bufferKind()); in contents()
426 BufferKind bufferKind() const { in bufferKind() function
430 bool isInlineData() const { return bufferKind() == INLINE_DATA; } in isInlineData()
431 bool isMalloced() const { return bufferKind() == MALLOCED; } in isMalloced()
432 bool isNoData() const { return bufferKind() == NO_DATA; } in isNoData()
433 bool hasUserOwnedData() const { return bufferKind() == USER_OWNED; } in hasUserOwnedData()
435 bool isWasm() const { return bufferKind() == WASM; } in isWasm()
436 bool isMapped() const { return bufferKind() == MAPPED; } in isMapped()
437 bool isExternal() const { return bufferKind() == EXTERNAL; } in isExternal()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DArrayBufferObject.h427 return BufferContents(dataPointer(), bufferKind()); in contents()
433 BufferKind bufferKind() const { in bufferKind() function
437 bool isInlineData() const { return bufferKind() == INLINE_DATA; } in isInlineData()
438 bool isMalloced() const { return bufferKind() == MALLOCED; } in isMalloced()
439 bool isNoData() const { return bufferKind() == NO_DATA; } in isNoData()
440 bool hasUserOwnedData() const { return bufferKind() == USER_OWNED; } in hasUserOwnedData()
442 bool isWasm() const { return bufferKind() == WASM; } in isWasm()
443 bool isMapped() const { return bufferKind() == MAPPED; } in isMapped()
444 bool isExternal() const { return bufferKind() == EXTERNAL; } in isExternal()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DArrayBufferObject.h420 return BufferContents(dataPointer(), bufferKind()); in contents()
426 BufferKind bufferKind() const { in bufferKind() function
430 bool isInlineData() const { return bufferKind() == INLINE_DATA; } in isInlineData()
431 bool isMalloced() const { return bufferKind() == MALLOCED; } in isMalloced()
432 bool isNoData() const { return bufferKind() == NO_DATA; } in isNoData()
433 bool hasUserOwnedData() const { return bufferKind() == USER_OWNED; } in hasUserOwnedData()
435 bool isWasm() const { return bufferKind() == WASM; } in isWasm()
436 bool isMapped() const { return bufferKind() == MAPPED; } in isMapped()
437 bool isExternal() const { return bufferKind() == EXTERNAL; } in isExternal()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/os/user/
H A Dcgo_lookup_unix.go204 type bufferKind C.int type
207 userBuffer = bufferKind(C._SC_GETPW_R_SIZE_MAX)
208 groupBuffer = bufferKind(C._SC_GETGR_R_SIZE_MAX)
211 func (k bufferKind) initialSize() C.size_t {
231 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/os/user/
H A Dcgo_lookup_unix.go195 type bufferKind C.int type
198 userBuffer = bufferKind(C._SC_GETPW_R_SIZE_MAX)
199 groupBuffer = bufferKind(C._SC_GETGR_R_SIZE_MAX)
202 func (k bufferKind) initialSize() C.size_t {
222 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/os/user/
H A Dcgo_lookup_unix.go198 type bufferKind C.int type
201 userBuffer = bufferKind(C._SC_GETPW_R_SIZE_MAX)
202 groupBuffer = bufferKind(C._SC_GETGR_R_SIZE_MAX)
205 func (k bufferKind) initialSize() C.size_t {
225 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DArrayBufferObject.h401 return BufferContents(dataPointer(), bufferKind()); in contents()
407 BufferKind bufferKind() const { in bufferKind() function
411 bool isInlineData() const { return bufferKind() == INLINE_DATA; } in isInlineData()
412 bool isMalloced() const { return bufferKind() == MALLOCED; } in isMalloced()
413 bool isNoData() const { return bufferKind() == NO_DATA; } in isNoData()
414 bool hasUserOwnedData() const { return bufferKind() == USER_OWNED; } in hasUserOwnedData()
416 bool isWasm() const { return bufferKind() == WASM; } in isWasm()
417 bool isMapped() const { return bufferKind() == MAPPED; } in isMapped()
418 bool isExternal() const { return bufferKind() == EXTERNAL; } in isExternal()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc10/gcc-10.3.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go196 type bufferKind int type
199 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
200 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
203 func (k bufferKind) initialSize() syscall.Size_t {
223 func alloc(kind bufferKind) *memBuffer { argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/os/user/
H A Dcgo_lookup_unix.go198 type bufferKind int type
201 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
202 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
205 func (k bufferKind) initialSize() syscall.Size_t {
225 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/os/user/
H A Dcgo_lookup_unix.go196 type bufferKind int type
199 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
200 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
203 func (k bufferKind) initialSize() syscall.Size_t {
223 func alloc(kind bufferKind) *memBuffer { argument
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go196 type bufferKind int type
199 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
200 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
203 func (k bufferKind) initialSize() syscall.Size_t {
223 func alloc(kind bufferKind) *memBuffer { argument
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go196 type bufferKind int type
199 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
200 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
203 func (k bufferKind) initialSize() syscall.Size_t {
223 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go196 type bufferKind int type
199 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
200 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
203 func (k bufferKind) initialSize() syscall.Size_t {
223 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/os/user/
H A Dcgo_lookup_unix.go196 type bufferKind int type
199 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
200 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
203 func (k bufferKind) initialSize() syscall.Size_t {
223 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc9/gcc-9.4.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/os/user/
H A Dcgo_lookup_unix.go200 type bufferKind int type
203 userBuffer = bufferKind(syscall.SC_GETPW_R_SIZE_MAX)
204 groupBuffer = bufferKind(syscall.SC_GETGR_R_SIZE_MAX)
207 func (k bufferKind) initialSize() syscall.Size_t {
227 func alloc(kind bufferKind) *memBuffer { argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DArrayBufferObject.h299 return BufferContents(dataPointer(), bufferKind()); in contents()
315 BufferKind bufferKind() const { return BufferKind(flags() & BUFFER_KIND_MASK); } in bufferKind() function
316 bool isPlain() const { return bufferKind() == PLAIN; } in isPlain()
317 bool isAsmJSMapped() const { return bufferKind() == ASMJS_MAPPED; } in isAsmJSMapped()
318 bool isAsmJSMalloced() const { return bufferKind() == ASMJS_MALLOCED; } in isAsmJSMalloced()
320 bool isMapped() const { return bufferKind() == MAPPED; } in isMapped()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DArrayBufferObject.h377 return BufferContents(dataPointer(), bufferKind()); in contents()
389 BufferKind bufferKind() const { in bufferKind() function
392 bool isPlain() const { return bufferKind() == PLAIN; } in isPlain()
393 bool isWasm() const { return bufferKind() == WASM; } in isWasm()
394 bool isMapped() const { return bufferKind() == MAPPED; } in isMapped()
395 bool isExternal() const { return bufferKind() == EXTERNAL; } in isExternal()

12