Searched refs:bufferIndex (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducoleitr.cpp62 int32_t bufferIndex; member in struct:RCEBuffer
76 bufferIndex = 0;
89 return bufferIndex <= 0;
94 if (bufferIndex >= bufferSize) {
107 buffer[bufferIndex].ce = ce;
108 buffer[bufferIndex].low = ixLow;
109 buffer[bufferIndex].high = ixHigh;
111 bufferIndex += 1;
116 if (bufferIndex > 0) {
117 return &buffer[--bufferIndex];
[all...]
H A Dusrchimp.h67 int32_t bufferIndex; member in struct:PCEBuffer
/macosx-10.10/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_thread_i386.c483 mach_msg_type_number_t bufferIndex = 0; local
618 bufferIndex = 0;
631 kr = do_kernel_backtrace(thread, kregs, callstack, &bufferIndex, bufferMaxIndex);
652 if(address && KERN_SUCCESS == chudxnu_kern_read(&rsp, (vm_offset_t)address, size) && bufferIndex < bufferMaxIndex) {
653 callstack[bufferIndex++] = (uint64_t)rsp;
659 kr = do_backtrace64(task, thread, regs64, callstack, &bufferIndex,
663 bufferIndex < bufferMaxIndex) {
664 callstack[bufferIndex++] = rsp;
671 kr = do_backtrace32(task, thread, regs32, callstack, &bufferIndex,
675 bufferIndex < bufferMaxInde
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h831 IOReturn switchBackingFramebuffer(uint32_t bufferIndex);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp7228 IOReturn IOFramebuffer::switchBackingFramebuffer(uint32_t bufferIndex) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/GL/
H A Dglext.h8567 GLAPI void APIENTRY glGetActiveAtomicCounterBufferiv (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params);
8569 typedef void (APIENTRYP PFNGLGETACTIVEATOMICCOUNTERBUFFERIVPROC) (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params);

Completed in 301 milliseconds