Home | History | Annotate | Download | only in libacc

Lines Matching refs:bytes

245                     mErrorSink->error("Code too large: %d bytes", newSize);
367 * Allocate "N" bytes of stack space. N isn't known yet, so
380 * localVariableSize - the size in bytes of the local variables.
391 /* Add the struct offset in bytes to R0, change the type to pType */
487 * Returns stack size of object (typically 4 or 8 bytes)
493 * l is the number of bytes the arguments took on the stack.
508 /* Call a function pointer. L is the number of bytes the arguments
515 * number of bytes of arguments stored on the stack. isIndirect
547 * Memory alignment (in bytes) for this type of data
552 * Array element alignment (in bytes) for this type of data.
2064 * alignment (in bytes) for this type of data
2087 * Array element alignment (in bytes) for this type of data.
3056 * Alignment (in bytes) for this type of data
3077 * Array element alignment (in bytes) for this type of data.
3105 /** Output 1 to 4 bytes.
3116 /* Output exactly 2 bytes
3366 * Alignment (in bytes) for this type of data
3373 * Array element alignment (in bytes) for this type of data.
5954 char* allocGlobalSpace(size_t alignment, size_t bytes) {
5956 size_t end = base + bytes;