Searched refs:array (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | genlist.sh | 19 * This file is generated by the genlist.sh script and contains an array of
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsfriends.h | 151 char *array, unsigned int length 157 const void *array, 168 include subsidiary array elements and/or string chars. 175 /* 'array' points at an array of 'length' elements of 'type'. 176 'array' contains the element values for the body of a subsidiary 177 array in a binary object sequence. Writes PostScript language 179 appropriate conversions as needed. 'array' and its contents must 227 an array depending upon the context flags. */ 256 expected (this supports array formal [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsclient.c | 190 /* check if array */ 299 /* copy entire string into char array */ 303 /* copy partial string into char array */ 812 char *array, 867 bboolObj[i].val = *((int *)array); 868 array += sizeof(int); 879 rrealObj[i].realVal = *((float *)array); 880 array += sizeof(float); 891 rrealObj[i].realVal = *((double *)array); 892 array 809 writeTypedObjectArray( DPSContext ctxt, DPSDefinedType type, char *array, unsigned int length) argument [all...] |
H A D | psl2ops.psw | 42 counttomark array astore exch pop % ] annoys pswrap
|
H A D | dpsl2ops.psw | 42 counttomark array astore exch pop % ] annoys pswrap
|
H A D | psdataops.psw | 47 len array
|
H A D | dpsdataops.psw | 48 len array
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_ums.c | 55 u32 *array; local 65 array = dev_priv->regfile.save_palette_a; 67 array = dev_priv->regfile.save_palette_b; 70 array[i] = I915_READ(reg + (i << 2)); 77 u32 *array; local 87 array = dev_priv->regfile.save_palette_a; 89 array = dev_priv->regfile.save_palette_b; 92 I915_WRITE(reg + (i << 2), array[i]);
|
/solaris-x11-s11/open-src/kernel/mdb/modules/ |
H A D | i915.c | 131 uintptr_t array; local 150 if (mdb_vread(&array, sizeof (uintptr_t), (uintptr_t)ss->array) == -1) { 151 mdb_warn("Failed to read array\n"); 156 if (mdb_vread(drm_dev, sizeof (struct drm_device), array) == -1) {
|
Completed in 64 milliseconds