| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/build/linux/ |
| H A D | envsetup.sh | 30 local answer 33 answer=$1 37 read answer 41 if [ -z "$answer" ] 44 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$") 46 if [ $answer -le ${#choices[@]} ] 51 selection=${choices[$(($answer))]} 53 selection=${choices[$(($answer-1))]} 57 selection=$answer
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | singlepix.c | 52 char *answer, answerBuffer[200]; in __glXDisp_ReadPixels() local 75 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); in __glXDisp_ReadPixels() 79 *(GLenum *) (pc + 16), *(GLenum *) (pc + 20), answer); in __glXDisp_ReadPixels() 102 char *answer, answerBuffer[200]; in __glXDisp_GetTexImage() local 135 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); in __glXDisp_GetTexImage() 138 *(GLenum *) (pc + 8), *(GLenum *) (pc + 12), answer); in __glXDisp_GetTexImage() 163 char *answer; in __glXDisp_GetPolygonStipple() local 177 __GLX_GET_ANSWER_BUFFER(answer, cl, 128, 1); in __glXDisp_GetPolygonStipple() 180 glGetPolygonStipple((GLubyte *) answer); in __glXDisp_GetPolygonStipple() 203 char *answer, answerBuffer[200]; in GetSeparableFilter() local [all …]
|
| H A D | singlepixswap.c | 54 char *answer, answerBuffer[200]; in __glXDispSwap_ReadPixels() local 85 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); in __glXDispSwap_ReadPixels() 89 *(GLenum *) (pc + 16), *(GLenum *) (pc + 20), answer); in __glXDispSwap_ReadPixels() 116 char *answer, answerBuffer[200]; in __glXDispSwap_GetTexImage() local 155 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); in __glXDispSwap_GetTexImage() 158 *(GLenum *) (pc + 8), *(GLenum *) (pc + 12), answer); in __glXDispSwap_GetTexImage() 188 char *answer; in __glXDispSwap_GetPolygonStipple() local 204 __GLX_GET_ANSWER_BUFFER(answer, cl, 128, 1); in __glXDispSwap_GetPolygonStipple() 207 glGetPolygonStipple((GLubyte *) answer); in __glXDispSwap_GetPolygonStipple() 233 char *answer, answerBuffer[200]; in GetSeparableFilter() local [all …]
|
| H A D | indirect_texture_compression.c | 53 char *answer = NULL, answerBuffer[200]; in __glXDisp_GetCompressedTexImage() local 62 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); in __glXDisp_GetCompressedTexImage() 64 GetCompressedTexImageARB(target, level, answer); in __glXDisp_GetCompressedTexImage() 100 char *answer = NULL, answerBuffer[200]; in __glXDispSwap_GetCompressedTexImage() local 109 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); in __glXDispSwap_GetCompressedTexImage() 111 GetCompressedTexImageARB(target, level, answer); in __glXDispSwap_GetCompressedTexImage()
|
| H A D | unpack.h | 98 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT8), answer) 101 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT16), answer) 104 WriteToClient(client, (len)*__GLX_SIZE_INT32, answer) 107 WriteToClient(client, (len)*__GLX_SIZE_FLOAT32, answer) 110 WriteToClient(client, (len)*__GLX_SIZE_FLOAT64, answer)
|
| H A D | indirect_program.c | 66 char *answer = NULL, answerBuffer[200]; in DoGetProgramString() local 84 __GLX_GET_ANSWER_BUFFER(answer, cl, compsize, 1); in DoGetProgramString() 87 get_program_string(target, pname, (GLubyte *) answer); in DoGetProgramString()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | toolchain-shar-extract.sh | 64 answer="" 73 answer="Y" 151 if [ "$answer" = "Y" ]; then 207 if [ "$answer" = "" ]; then 208 read answer 209 [ "$answer" = "" ] && answer="$default_answer" 211 echo $answer 214 if [ "$answer" != "Y" -a "$answer" != "y" ]; then
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | util.S | 192 leal EXT_PINF,%a1 |answer is +/- infinity 196 leal EXT_PLRG,%a1 |answer is +/- large number 202 leal EXT_PINF,%a1 |answer is negative infinity 206 leal EXT_PLRG,%a1 |answer is large positive number 212 leal EXT_PLRG,%a1 |answer is large negative number 216 leal EXT_PINF,%a1 |answer is positive infinity 223 leal EXT_PINF,%a1 |answer is +/- infinity 227 leal DBL_PLRG,%a1 |answer is +/- large number 233 leal EXT_PINF,%a1 |answer is negative infinity 237 leal DBL_PLRG,%a1 |answer is large positive number [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | Kconfig | 18 support into your kernel, you may answer Y here to build in the 19 parallel port IDE driver, otherwise you should answer M to build 34 support into your kernel, you may answer Y here to build in the 35 parallel port ATAPI CD-ROM driver, otherwise you should answer M to 50 support into your kernel, you may answer Y here to build in the 51 parallel port ATAPI disk driver, otherwise you should answer M 64 support into your kernel, you may answer Y here to build in the 65 parallel port ATAPI disk driver, otherwise you should answer M 81 answer Y here to build in the parallel port generic ATAPI driver, 82 otherwise you should answer M to build it as a loadable module. The [all …]
|
| /OK3568_Linux_fs/u-boot/board/esd/vme8349/ |
| H A D | caddy.c | 25 struct caddy_answer *answer; in generate_answer() local 28 answer = &caddy_interface->answer[caddy_interface->answer_in]; in generate_answer() 29 memset((void *)answer, 0, sizeof(struct caddy_answer)); in generate_answer() 30 answer->answer = cmd->cmd; in generate_answer() 31 answer->issue = cmd->issue; in generate_answer() 32 answer->status = status; in generate_answer() 33 memcpy(answer->par, result, 5 * sizeof(result[0])); in generate_answer()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | unpack.h | 100 *(GLbyte *)&__glXReply.pad3 = *(GLbyte *)answer 103 *(GLshort *)&__glXReply.pad3 = *(GLshort *)answer 106 *(GLint *)&__glXReply.pad3 = *(GLint *)answer 109 *(GLfloat *)&__glXReply.pad3 = *(GLfloat *)answer 112 *(GLdouble *)&__glXReply.pad3 = *(GLdouble *)answer 115 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT8), answer) 118 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT16), answer) 121 WriteToClient(client, (len)*__GLX_SIZE_INT32, answer) 124 WriteToClient(client, (len)*__GLX_SIZE_FLOAT32, answer) 127 WriteToClient(client, (len)*__GLX_SIZE_FLOAT64, answer)
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | Kconfig | 14 If you are unsure how to answer this question, answer N. 32 If you are unsure how to answer this question, answer N. 43 If you are unsure how to answer this question, answer N. 55 If you are unsure how to answer this question, answer N.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/popt/popt/ |
| H A D | 0001-popt-test-output-format-for-ptest.patch | 22 answer=$1; shift 27 if [ "$answer" != "$result" ]; then 28 - echo "Test \"$prog $*\" failed with: \"$result\" != \"$answer\" " 60 #run_diff test3 "test3 - 51" test3-data/01.input test3-data/01.answer 61 #run_diff test3 "test3 - 52" test3-data/02.input test3-data/02.answer 62 #run_diff test3 "test3 - 53" test3-data/03.input test3-data/03.answer
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/ |
| H A D | waf-samba.bbclass | 50 # there's no corresponding answer, add to the file and mark 53 # Only --cross-execute - get the answer from cross-execute, 60 # corresponding answer, use cross-execute to get an answer, 61 # and add that answer to the file. 65 # to help generate the cross answer when adding new board support. 66 CROSS_METHOD ?= "answer" 100 if [ "${CROSS_METHOD}" = "answer" ]; then
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/ |
| H A D | cmd.c | 55 bool answer = false; in wl1271_cmd_general_parms() local 79 answer = true; in wl1271_cmd_general_parms() 84 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl1271_cmd_general_parms() 104 answer == false ? in wl1271_cmd_general_parms() 122 bool answer = false; in wl128x_cmd_general_parms() local 146 answer = true; in wl128x_cmd_general_parms() 152 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl128x_cmd_general_parms() 172 answer == false ? in wl128x_cmd_general_parms()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | Kconfig | 10 If you are unsure how to answer this question, answer N. 24 If you are unsure how to answer this question, answer N. 48 If you are unsure how to answer this question, answer N. 94 If you are unsure how to answer this question, answer 0.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/ |
| H A D | 0001-Update-to-OpenSSL-3.0.0-alpha15.patch | 55 if (0 == EVP_MAC_final(ctx, answer, &len, sizeof(answer))) { 97 - if (0 == EVP_MAC_final(ctx, answer, &len, sizeof(answer))) { 98 + if (0 == EVP_MAC_final(dup, answer, &len, sizeof(answer))) {
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-viperboard.c | 52 u8 answer; member 84 int ret, answer, error = 0; in vprbrd_gpioa_get() local 104 gamsg->answer = 0x00; in vprbrd_gpioa_get() 118 answer = gamsg->answer & 0x01; in vprbrd_gpioa_get() 128 return answer; in vprbrd_gpioa_get() 156 gamsg->answer = 0x00; in vprbrd_gpioa_set() 193 gamsg->answer = 0x00; in vprbrd_gpioa_direction_input() 234 gamsg->answer = 0x00; in vprbrd_gpioa_direction_output()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | Kconfig | 20 If you are unsure how to answer this question, answer N. 33 If you are unsure how to answer this question, answer N. 46 If you are unsure how to answer this question, answer N. 55 If you are unsure how to answer this question, answer N. 64 If you are unsure how to answer this question, answer N. 77 If you are unsure how to answer this question, answer N. 86 If you are unsure how to answer this question, answer N. 116 If you are unsure as to whether this is required, answer N.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-install.sh | 99 read answer 100 if [ "$answer" = "n" ]; then 105 if [ "$answer" = "$hdname" ]; then 106 TARGET_DEVICE_NAME=$answer 286 read answer 287 kernel=$answer
|
| H A D | init-install-testfs.sh | 56 read answer 57 if [ "$answer" = "y" -o "$answer" = "n" ]; then 62 if [ "$answer" = "y" ]; then
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | af_inet6.c | 116 struct inet_protosw *answer; in inet6_create() local 129 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) { in inet6_create() 133 if (protocol == answer->protocol) { in inet6_create() 139 protocol = answer->protocol; in inet6_create() 142 if (IPPROTO_IP == answer->protocol) in inet6_create() 175 sock->ops = answer->ops; in inet6_create() 176 answer_prot = answer->prot; in inet6_create() 177 answer_flags = answer->flags; in inet6_create() 206 sk->sk_backlog_rcv = answer->prot->backlog_rcv; in inet6_create() 732 struct inet_protosw *answer; in inet6_register_protosw() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | Kconfig | 19 a filesystem based on FUSE, answer Y or M. 29 based on CUSE, answer Y or M. 39 If you want to share files between guests or with the host, answer Y 54 option, answer Y.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ipsec.c | 252 } answer; in netlink_check_answer() local 254 if (recv(sock, &answer, sizeof(answer), 0) < 0) { in netlink_check_answer() 257 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) { in netlink_check_answer() 258 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type); in netlink_check_answer() 260 } else if (answer.error) { in netlink_check_answer() 262 answer.error, strerror(-answer.error)); in netlink_check_answer() 263 return answer.error; in netlink_check_answer() 1030 } answer; in xfrm_state_check() local 1058 if (recv(xfrm_sock, &answer, sizeof(answer), 0) < 0) { in xfrm_state_check() 1062 if (answer.nh.nlmsg_type == NLMSG_ERROR) { in xfrm_state_check() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/protocols/ |
| H A D | talkd.h | 64 unsigned char answer; /* not used */ member 83 unsigned char answer; /* response to request message, see below */ member
|