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

1 2 3 4 56 7 8 91011>>

  /external/strace/linux/sparc64/
rt_sigframe.h 43 sigset_t mask; member in struct:__anon35313
48 offsetof(struct_rt_sigframe, mask)
  /frameworks/base/core/java/android/hardware/location/
MemoryRegion.java 83 String mask = ""; local
86 mask += "r";
88 mask += "-";
92 mask += "w";
94 mask += "-";
98 mask += "x";
100 mask += "-";
103 String retVal = "[ " + mSizeBytesFree + "/ " + mSizeBytes + " ] : " + mask;
  /hardware/qcom/gps/msm8084/core/
LocAdapterProxyBase.h 42 inline LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask,
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
sploop-bad-7.l 3 [^:]*:8: Error: cannot mask instruction using no functional unit
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
export-class-ref-f2.s 8 .mask 0x00000000, 0
17 .mask 0x00000000, 0
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-asmtab.h 44 /* The mask of valid bits in OPCODE. Zeros indicate operand fields. */
45 ia64_insn mask; member in struct:ia64_main_table
65 Which bits are to be modified are marked by the BITS, MASK and
94 /* And its mask. 1s are bits that are to be modified in the
96 unsigned int mask; member in struct:ia64_completer_table
109 /* The bit offset in the instruction where BITS and MASK should be
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
fastsearch.h 31 #define STRINGLIB_BLOOM_ADD(mask, ch) \
32 ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
33 #define STRINGLIB_BLOOM(mask, ch) \
34 ((mask & (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
41 unsigned long mask; local
77 mask = 0;
85 STRINGLIB_BLOOM_ADD(mask, p[i]);
90 STRINGLIB_BLOOM_ADD(mask, p[mlast]);
110 if (!STRINGLIB_BLOOM(mask, s[i+m]))
116 if (!STRINGLIB_BLOOM(mask, s[i+m]))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
fastsearch.h 31 #define STRINGLIB_BLOOM_ADD(mask, ch) \
32 ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
33 #define STRINGLIB_BLOOM(mask, ch) \
34 ((mask & (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
41 unsigned long mask; local
77 mask = 0;
85 STRINGLIB_BLOOM_ADD(mask, p[i]);
90 STRINGLIB_BLOOM_ADD(mask, p[mlast]);
110 if (!STRINGLIB_BLOOM(mask, s[i+m]))
116 if (!STRINGLIB_BLOOM(mask, s[i+m]))
    [all...]
  /external/python/cpython2/Objects/stringlib/
fastsearch.h 31 #define STRINGLIB_BLOOM_ADD(mask, ch) \
32 ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
33 #define STRINGLIB_BLOOM(mask, ch) \
34 ((mask & (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
41 unsigned long mask; local
77 mask = 0;
85 STRINGLIB_BLOOM_ADD(mask, p[i]);
90 STRINGLIB_BLOOM_ADD(mask, p[mlast]);
110 if (!STRINGLIB_BLOOM(mask, s[i+m]))
116 if (!STRINGLIB_BLOOM(mask, s[i+m])
    [all...]
  /external/python/cpython3/Objects/stringlib/
find_max_char.h 7 /* Mask to quickly check whether a C 'long' contains a
71 Py_UCS4 mask; local
78 mask = MASK_ASCII;
81 if (bits & mask) {
82 if (mask == mask_limit) {
86 if (mask == MASK_ASCII) {
88 mask = MASK_UCS1;
91 /* mask can't be MASK_UCS2 because of mask_limit above */
92 assert(mask == MASK_UCS1);
94 mask = MASK_UCS2
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_thread_test.c 41 cpu_set_t mask; local
45 CPU_ZERO(&mask);
46 CPU_SET(cpu, &mask);
47 if (sched_setaffinity(0, sizeof(mask), &mask))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
5-1.c 8 This program tests the assertion that the process's signal mask will be
12 1. Empty the signal mask
14 3. When we return from the signal handler, verify that the signal mask
60 sigset_t mask; local
61 sigemptyset(&mask);
63 if (sigprocmask(SIG_SETMASK, &mask, NULL) == -1) {
64 perror("sigprocmask(SIG_SETMASK, &mask, NULL) failed");
74 sigprocmask(SIG_SETMASK, NULL, &mask);
76 if (is_empty(&mask) != 1) {
77 printf("Test FAILED: signal mask should be empty\n")
    [all...]
  /external/mesa3d/src/mesa/x86/
mmx.h 35 _mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],
40 _mesa_mmx_blend_add( struct gl_context *ctx, GLuint n, const GLubyte mask[],
45 _mesa_mmx_blend_min( struct gl_context *ctx, GLuint n, const GLubyte mask[],
50 _mesa_mmx_blend_max( struct gl_context *ctx, GLuint n, const GLubyte mask[],
55 _mesa_mmx_blend_modulate( struct gl_context *ctx, GLuint n, const GLubyte mask[],
  /frameworks/wilhelm/src/android/
channels.h 46 // Channel count and channel mask definitions
60 extern SLuint32 sles_channel_count_from_mask(SLuint32 mask);
61 extern SLboolean sles_is_channel_mask_valid(SLuint32 mask);
63 extern audio_channel_representation_t sles_to_audio_channel_mask_representation(SLuint32 mask);
64 extern audio_channel_mask_t sles_to_audio_output_channel_mask(SLuint32 mask);
65 extern audio_channel_mask_t sles_to_audio_input_channel_mask(SLuint32 mask);
  /frameworks/wilhelm/src/itf/
IMIDIMuteSolo.cpp 31 SLuint16 mask = 1 << channel; local
34 thiz->mChannelMuteMask |= mask;
36 thiz->mChannelMuteMask &= ~mask;
55 SLuint16 mask = thiz->mChannelMuteMask; local
57 *pMute = (mask >> channel) & 1;
74 SLuint16 mask = 1 << channel; local
77 thiz->mChannelSoloMask |= mask;
79 thiz->mChannelSoloMask &= ~mask;
98 SLuint16 mask = thiz->mChannelSoloMask; local
100 *pSolo = (mask >> channel) & 1
135 SLuint32 mask = 1 << track; local
159 SLuint32 mask = thiz->mTrackMuteMask; local
178 SLuint32 mask = 1 << track; interface_lock_exclusive(thiz); local
201 SLuint32 mask = thiz->mTrackSoloMask; local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
asm_s390x.s 12 LA mask-16(SP), R1 // 16-byte stack variable for mask
13 MOVD $(0x38<<40), R3 // mask for bits 18-20 (big endian)
17 MOVD mask-16(SP), R2
23 MOVD mask-16(SP), R2
29 MOVD mask-16(SP), R2
35 MOVD mask-8(SP), R2 // bits 64-127
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
asm_s390x.s 12 LA mask-16(SP), R1 // 16-byte stack variable for mask
13 MOVD $(0x38<<40), R3 // mask for bits 18-20 (big endian)
17 MOVD mask-16(SP), R2
23 MOVD mask-16(SP), R2
29 MOVD mask-16(SP), R2
35 MOVD mask-8(SP), R2 // bits 64-127
  /external/protobuf/java/util/src/test/java/com/google/protobuf/util/
FieldMaskUtilTest.java 82 FieldMask mask = FieldMask.newBuilder().addPaths("foo").build(); local
83 assertEquals("foo", FieldMaskUtil.toString(mask));
84 mask = FieldMask.newBuilder().addPaths("foo").addPaths("bar").build();
85 assertEquals("foo,bar", FieldMaskUtil.toString(mask));
88 mask = FieldMask.newBuilder().addPaths("").addPaths("foo").addPaths("").
90 assertEquals("foo,bar", FieldMaskUtil.toString(mask));
94 FieldMask mask = FieldMaskUtil.fromString(""); local
95 assertEquals(0, mask.getPathsCount());
96 mask = FieldMaskUtil.fromString("foo");
97 assertEquals(1, mask.getPathsCount())
123 FieldMask mask = FieldMaskUtil.fromFieldNumbers(TestAllTypes.class); local
    [all...]
  /external/skia/src/opts/
SkBlitMask_opts.h 26 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
41 uint8x8_t vmask = vld1_u8(mask);
62 mask += 8;
68 unsigned aa = *mask++;
79 mask += maskRB;
85 const SkAlpha* mask, size_t maskRB,
87 D32_A8_Opaque_Color_neon<true>(dst, dstRB, mask, maskRB, color, w, h);
92 const SkAlpha* mask, size_t maskRB,
94 D32_A8_Opaque_Color_neon<false>(dst, dstRB, mask, maskRB, color, w, h);
102 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr local
    [all...]
  /external/skqp/src/opts/
SkBlitMask_opts.h 26 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
41 uint8x8_t vmask = vld1_u8(mask);
62 mask += 8;
68 unsigned aa = *mask++;
79 mask += maskRB;
85 const SkAlpha* mask, size_t maskRB,
87 D32_A8_Opaque_Color_neon<true>(dst, dstRB, mask, maskRB, color, w, h);
92 const SkAlpha* mask, size_t maskRB,
94 D32_A8_Opaque_Color_neon<false>(dst, dstRB, mask, maskRB, color, w, h);
102 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr local
    [all...]
  /external/e2fsprogs/intl/
explodename.c 60 int mask; local
73 mask = 0;
92 mask |= TERRITORY;
104 mask |= XPG_CODESET;
113 mask |= XPG_NORM_CODESET;
129 mask |= XPG_MODIFIER | CEN_AUDIENCE;
145 mask |= CEN_SPECIAL;
157 mask |= CEN_SPONSOR;
166 mask |= CEN_REVISION;
175 mask &= ~TERRITORY
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 77 const unsigned outmask = quads[i]->inout.mask;
79 unsigned mask = 0; local
93 mask |= (1 << 0);
98 mask |= (1 << 1);
103 mask |= (1 << 2);
108 mask |= (1 << 3);
114 mask |= (1 << 0);
119 mask |= (1 << 1);
124 mask |= (1 << 2);
129 mask |= (1 << 3)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.c 63 debug_mask(const char *name, GLbitfield mask)
70 if (mask & (1 << i))
81 intelClear(struct gl_context *ctx, GLbitfield mask)
94 if (mask & (BUFFER_BIT_FRONT_LEFT | BUFFER_BIT_FRONT_RIGHT)) {
103 if (!(mask & (1 << i)))
109 mask &= ~(1 << i);
120 blit_mask |= (mask & BUFFER_BITS_COLOR);
124 tri_mask |= (mask & BUFFER_BITS_COLOR);
132 if (mask & BUFFER_BIT_STENCIL) {
139 /* We have to use the 3D engine if we're clearing a partial mask
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
explodename.c 67 int mask; local
80 mask = 0;
99 mask |= TERRITORY;
111 mask |= XPG_CODESET;
120 mask |= XPG_NORM_CODESET;
136 mask |= XPG_MODIFIER | CEN_AUDIENCE;
152 mask |= CEN_SPECIAL;
164 mask |= CEN_SPONSOR;
173 mask |= CEN_REVISION;
182 mask &= ~TERRITORY
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bitset.go 9 func (f *bitset8) set(mask uint8, b bool) {
11 *(*uint8)(f) |= mask
13 *(*uint8)(f) &^= mask
19 func (f *bitset16) set(mask uint16, b bool) {
21 *(*uint16)(f) |= mask
23 *(*uint16)(f) &^= mask
29 func (f *bitset32) set(mask uint32, b bool) {
31 *(*uint32)(f) |= mask
33 *(*uint32)(f) &^= mask

Completed in 719 milliseconds

1 2 3 4 56 7 8 91011>>