/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | ashrdi3.c | 44 union uu aa; in ___ashrdi3() local 46 aa.q = a; in ___ashrdi3() 57 s = (aa.sl[H] >> (LONG_BITS - 1)) >> 1; in ___ashrdi3() 58 aa.ul[L] = shift >= QUAD_BITS ? s : in ___ashrdi3() 59 aa.sl[H] >> (shift - LONG_BITS); in ___ashrdi3() 60 aa.ul[H] = s; in ___ashrdi3() 62 aa.ul[L] = (aa.ul[L] >> shift) | in ___ashrdi3() 63 (aa.ul[H] << (LONG_BITS - shift)); in ___ashrdi3() 64 aa.sl[H] >>= shift; in ___ashrdi3() 66 return (aa.q); in ___ashrdi3()
|
H A D | ashldi3.c | 45 union uu aa; in ___ashldi3() local 47 aa.q = a; in ___ashldi3() 49 aa.ul[H] = shift >= QUAD_BITS ? 0 : in ___ashldi3() 50 aa.ul[L] << (shift - LONG_BITS); in ___ashldi3() 51 aa.ul[L] = 0; in ___ashldi3() 53 aa.ul[H] = (aa.ul[H] << shift) | in ___ashldi3() 54 (aa.ul[L] >> (LONG_BITS - shift)); in ___ashldi3() 55 aa.ul[L] <<= shift; in ___ashldi3() 57 return (aa.q); in ___ashldi3()
|
H A D | lshrdi3.c | 44 union uu aa; in ___lshrdi3() local 46 aa.q = a; in ___lshrdi3() 48 aa.ul[L] = shift >= QUAD_BITS ? 0 : in ___lshrdi3() 49 aa.ul[H] >> (shift - LONG_BITS); in ___lshrdi3() 50 aa.ul[H] = 0; in ___lshrdi3() 52 aa.ul[L] = (aa.ul[L] >> shift) | in ___lshrdi3() 53 (aa.ul[H] << (LONG_BITS - shift)); in ___lshrdi3() 54 aa.ul[H] >>= shift; in ___lshrdi3() 56 return (aa.q); in ___lshrdi3()
|
H A D | cmpdi2.c | 46 union uu aa, bb; in ___cmpdi2() local 48 aa.q = a; in ___cmpdi2() 50 return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 : in ___cmpdi2() 51 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in ___cmpdi2()
|
H A D | ucmpdi2.c | 45 union uu aa, bb; in ___ucmpdi2() local 47 aa.uq = a; in ___ucmpdi2() 49 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 : in ___ucmpdi2() 50 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1); in ___ucmpdi2()
|
H A D | floatdidf.c | 37 union uu aa; in ___floatdidf() local 40 aa.q = a; in ___floatdidf() 41 d = aa.sl[H]; in ___floatdidf() 44 d += aa.ul[L]; in ___floatdidf()
|
H A D | floatdisf.c | 37 union uu aa; in ___floatdisf() local 40 aa.q = a; in ___floatdisf() 41 d = aa.sl[H]; in ___floatdisf() 44 d += aa.ul[L]; in ___floatdisf()
|
H A D | floatundidf.c | 37 union uu aa; in ___floatundidf() local 40 aa.uq = a; in ___floatundidf() 41 d = aa.ul[H]; in ___floatundidf() 44 d += aa.ul[L]; in ___floatundidf()
|
H A D | floatundisf.c | 37 union uu aa; in ___floatundisf() local 40 aa.uq = a; in ___floatundisf() 41 d = aa.ul[H]; in ___floatundisf() 44 d += aa.ul[L]; in ___floatundisf()
|
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | vold.c | 137 static char *not_mountable(struct action_arg *aa); 144 static int create_notify_files(struct action_arg **aa); 148 static boolean_t remove_notify_files(struct action_arg **aa); 477 struct action_arg *aa[2]; in vold_action() local 540 aa[0] = aap; in vold_action() 541 aa[1] = &a1; in vold_action() 543 action = aa[0]->aa_action; in vold_action() 557 result = remove_notify_files(aa); in vold_action() 560 result = remove_notify_files(aa); in vold_action() 566 result = create_notify_files(aa); in vold_action() [all …]
|
H A D | rmvolmgr.c | 59 struct action_arg aa; member 309 if (!rmm_volume_aa_from_prop(ctx, udi, NULL, &v->aa)) { in rmm_managed_alloc() 321 rmm_volume_aa_free(&v->aa); in rmm_managed_free() 396 if (rmm_action(hal_ctx, udi, INSERT, &v->aa, 0, 0, 0)) { in volume_added() 420 v->aa.aa_action = EJECT; in volume_removed() 421 (void) vold_postprocess(hal_ctx, udi, &v->aa); in volume_removed() 478 v->aa.aa_action = INSERT; in rmm_property_modified() 479 (void) vold_postprocess(hal_ctx, udi, &v->aa); in rmm_property_modified() 488 v->aa.aa_action = EJECT; in rmm_property_modified() 489 (void) vold_postprocess(hal_ctx, udi, &v->aa); in rmm_property_modified() [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_bus.c | 320 t1394_alloc_addr_t aa; in scsa1394_bus_alloc_buf_phys() local 357 bzero(&aa, sizeof (aa)); in scsa1394_bus_alloc_buf_phys() 358 aa.aa_type = T1394_ADDR_FIXED; in scsa1394_bus_alloc_buf_phys() 359 aa.aa_length = buf->bb_len; in scsa1394_bus_alloc_buf_phys() 361 aa.aa_enable |= T1394_ADDR_RDENBL; in scsa1394_bus_alloc_buf_phys() 364 aa.aa_enable |= T1394_ADDR_WRENBL; in scsa1394_bus_alloc_buf_phys() 366 aa.aa_address = buf->bb_paddr; /* PCI-1394 mapping is 1-1 */ in scsa1394_bus_alloc_buf_phys() 368 if (t1394_alloc_addr(sp->s_t1394_hdl, &aa, 0, &result) != DDI_SUCCESS) { in scsa1394_bus_alloc_buf_phys() 375 sbb->sbb_addr_hdl = aa.aa_hdl; in scsa1394_bus_alloc_buf_phys() 376 buf->bb_baddr = aa.aa_address; in scsa1394_bus_alloc_buf_phys() [all …]
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 508 big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_add_abs() argument 516 if (aa->len > bb->len) { in big_add_abs() 518 longer = aa->len; in big_add_abs() 519 longerarg = aa; in big_add_abs() 521 shorter = aa->len; in big_add_abs() 533 a = aa->value; in big_add_abs() 586 big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_sub_pos() argument 593 if (aa->len > bb->len) { in big_sub_pos() 596 shorter = aa->len; in big_sub_pos() 598 if (result->size < aa->len) { in big_sub_pos() [all …]
|
H A D | bignum.h | 154 BIGNUM *aa, BIGNUM *bb); 157 BIG_ERR_CODE big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 158 BIG_ERR_CODE big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 159 BIG_ERR_CODE big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 160 void big_shiftright(BIGNUM *result, BIGNUM *aa, int offs); 164 BIG_ERR_CODE big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb); 166 BIG_ERR_CODE big_sub(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones_args.c | 279 argArray_t *aa; in _z_new_args() local 293 aa = (argArray_t *)_z_calloc(sizeof (argArray_t)); in _z_new_args() 297 aa->_aaArgs = (char **)_z_calloc((initialCount+1) * sizeof (char *)); in _z_new_args() 301 aa->_aaNumArgs = 0; in _z_new_args() 302 aa->_aaMaxArgs = initialCount; in _z_new_args() 306 return (aa); in _z_new_args()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | sm_implied5.c | 9 struct ture *aa; in func() local 13 aa = returns_nonnull(); in func() 17 aa->a = 1; in func() 18 aa->a = 0xF00D; in func()
|
H A D | sm_implied.c | 10 struct ture *aa; in func() local 15 aa = returns_nonnull(); in func() 19 aa->a = 1; in func() 20 aa->a = 1; in func()
|
H A D | sm_implied2.c | 11 struct ture *aa, *ab; in func() local 15 aa = returns_nonnull(); in func() 22 aa = (void *)0; in func() 28 aa->a = 1; in func()
|
H A D | sm_memory.c | 12 struct ture *aa; in func() local 15 aa = kmalloc(); in func() 19 a = aa; in func()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | select2.test | 122 CREATE TABLE aa(a); 124 INSERT INTO aa VALUES(1); 125 INSERT INTO aa VALUES(3); 128 SELECT * FROM aa, bb WHERE max(a,b)>2; 134 SELECT * FROM aa, bb WHERE b; 139 SELECT * FROM aa, bb WHERE NOT b; 144 SELECT * FROM aa, bb WHERE min(a,b); 149 SELECT * FROM aa, bb WHERE NOT min(a,b); 154 SELECT * FROM aa, bb WHERE CASE WHEN a=b-1 THEN 1 END; 159 SELECT * FROM aa, bb WHERE CASE WHEN a=b-1 THEN 0 ELSE 1 END;
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.sub | 86 aa x x 104 aa aa aa 111 ^.a x aa x x 124 aa axaya axayaxay 139 aa* x a x x 140 aa x x
|
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 32.vbmi.out | 15 libdis_test+0x47: 62 f2 5d aa 8d da vpermb %ymm2,%ymm4,%ymm3{%k2}{z} 19 libdis_test+0x5d: 62 f2 5d aa 8d 98 vpermb 0x12345(%eax),%ymm4,%ymm3{%k2}{z} 51 libdis_test+0xfe: 62 f2 dd aa 8d da vpermw %ymm2,%ymm4,%ymm3{%k2}{z} 55 libdis_test+0x114: 62 f2 dd aa 8d 98 vpermw 0x12345(%eax),%ymm4,%ymm3{%k2}{z} 87 libdis_test+0x1b5: 62 f2 5d aa 75 da vpermi2b %ymm2,%ymm4,%ymm3{%k2}{z} 91 libdis_test+0x1cb: 62 f2 5d aa 75 98 vpermi2b 0x12345(%eax),%ymm4,%ymm3{%k2}{z} 123 libdis_test+0x26c: 62 f2 dd aa 75 da vpermi2w %ymm2,%ymm4,%ymm3{%k2}{z} 127 libdis_test+0x282: 62 f2 dd aa 75 98 vpermi2w 0x12345(%eax),%ymm4,%ymm3{%k2}{z} 158 libdis_test+0x31d: 62 f2 5d 1c 76 aa vpermi2d 0x73(%edx){1to4},%xmm4,%xmm5{%k4} 164 libdis_test+0x33a: 62 f2 5d aa 76 da vpermi2d %ymm2,%ymm4,%ymm3{%k2}{z} [all …]
|
H A D | 32.vbmi2.out | 17 libdis_test+0x41: 62 f3 fd aa 70 cf vpshldw $0x23,%ymm7,%ymm0,%ymm1{%k2}{z} 51 libdis_test+0xd3: 62 f3 5d 1d 71 aa vpshldd $0x42,0x72(%edx){1to4},%xmm4,%xmm5{%k5} 57 libdis_test+0xec: 62 f3 7d aa 71 cf vpshldd $0x23,%ymm7,%ymm0,%ymm1{%k2}{z} 67 libdis_test+0x118: 62 f3 5d 3d 71 aa vpshldd $0x42,0x72(%edx){1to8},%ymm4,%ymm5{%k5} 83 libdis_test+0x15d: 62 f3 5d 5d 71 aa vpshldd $0x42,0x72(%edx){1to16},%zmm4,%zmm5{%k5} 99 libdis_test+0x1a2: 62 f3 dd 1d 71 aa vpshldq $0x42,0x72(%edx){1to2},%xmm4,%xmm5{%k5} 105 libdis_test+0x1bb: 62 f3 fd aa 71 cf vpshldq $0x23,%ymm7,%ymm0,%ymm1{%k2}{z} 115 libdis_test+0x1e7: 62 f3 dd 3d 71 aa vpshldq $0x42,0x72(%edx){1to4},%ymm4,%ymm5{%k5} 131 libdis_test+0x22c: 62 f3 dd 5d 71 aa vpshldq $0x42,0x72(%edx){1to8},%zmm4,%zmm5{%k5} 149 libdis_test+0x278: 62 f3 fd aa 72 cf vpshrdw $0x23,%ymm7,%ymm0,%ymm1{%k2}{z} [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | stracmp.c | 40 stracmp(const char* aa, const char* ab) 49 return strcmp(aa, ab); 50 a = (unsigned char*)aa;
|
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_cmp.c | 471 t1394_alloc_addr_t aa; in av1394_pcr_alloc_addr() local 475 bzero(&aa, sizeof (aa)); in av1394_pcr_alloc_addr() 476 aa.aa_address = addr; in av1394_pcr_alloc_addr() 477 aa.aa_length = 4; in av1394_pcr_alloc_addr() 478 aa.aa_type = T1394_ADDR_FIXED; in av1394_pcr_alloc_addr() 479 aa.aa_enable = T1394_ADDR_RDENBL | T1394_ADDR_LKENBL; in av1394_pcr_alloc_addr() 480 aa.aa_evts.recv_read_request = av1394_pcr_recv_read_request; in av1394_pcr_alloc_addr() 481 aa.aa_evts.recv_lock_request = av1394_pcr_recv_lock_request; in av1394_pcr_alloc_addr() 482 aa.aa_arg = avp; in av1394_pcr_alloc_addr() 484 ret = t1394_alloc_addr(avp->av_t1394_hdl, &aa, 0, &result); in av1394_pcr_alloc_addr() [all …]
|